Skip to content

Commit

Permalink
This part is not longer needed because ccs_config is updated to handl…
Browse files Browse the repository at this point in the history
…e this correctly
  • Loading branch information
ekluzek committed May 16, 2023
1 parent b6ca44d commit 3c8f214
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
./xmlchange ROF_NCPL="1"
./xmlchange CREATE_ESMF_PET_FILES="TRUE"
./xmlchange BFBFLAG="TRUE"
ROF_GRID=`./xmlquery --value ROF_GRID`
if [ "$ROF_GRID" == "r05" ]; then
./xmlchange ROF_DOMAIN_MESH='$DIN_LOC_ROOT/rof/mizuRoute/meshes/r05_noocean_ctrcrd_360_c110308_cdf5_ESMFmesh_c20200625.nc'
fi
if [ "$ROF_GRID" == "r05_amazon" ]; then
./xmlchange ROF_DOMAIN_MESH='$DIN_LOC_ROOT/rof/mizuRoute/meshes/r05_amazon_c110308_ctrcrd_cdf5_ESMFmesh_c20200624.nc'
fi

0 comments on commit 3c8f214

Please sign in to comment.