Skip to content

Commit a08a760

Browse files
authored
Merge pull request #860 from GEOS-ESM/feature/borescan_edit_tile_name
add ocean version to tile file header info
2 parents 5d3e586 + c3dfbc6 commit a08a760

File tree

1 file changed

+1
-1
lines changed
  • GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs

1 file changed

+1
-1
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Utils/Raster/makebcs/make_bcs_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_change_til_file(grid_type):
5050
if( {TRIPOL_OCEAN} == True ) then
5151
cat > sedfile << EOF
5252
s/CF{NC}x6C/PE{nc}x{nc6}-CF/g
53-
s/{OCEAN_VERSION}{DATENAME}{IMO}x{POLENAME}{JMO}-Pfafstetter/PE{imo}x{jmo}-{DATENAME}/g
53+
s/{OCEAN_VERSION}{DATENAME}{IMO}x{POLENAME}{JMO}-Pfafstetter/PE{imo}x{jmo}-{OCEAN_VERSION}/g
5454
EOF
5555
sed -f sedfile {GRIDNAME}{RS}.til > tile.file
5656
/bin/mv -f tile.file {GRIDNAME}{RS}.til

0 commit comments

Comments
 (0)