Skip to content

Commit

Permalink
Adjust MESH_DICE, eps_imesh, and CICE resolution environment variable…
Browse files Browse the repository at this point in the history
…s. Reset CICE resolution to default
  • Loading branch information
NickSzapiro-NOAA committed Apr 12, 2024
1 parent 326f558 commit c3f60e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tests/parm/ice_in_pcice.IN
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
stream_yearlast = @[SYEAR]
stream_yearalign = @[SYEAR]
stream_varname = "ice_cov"
stream_meshfile = "INPUT/@[MESH_ICE]"
stream_meshfile = "INPUT/@[MESH_DICE]"
stream_datafiles = "@[stream_files_dice]"
stream_mapalgo = "bilinear"
/
21 changes: 9 additions & 12 deletions tests/tests/atm_ds2s_docn_pcice
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export ice_model=cice6
export WAV_tasks=0

#CDEPS docn settings
export ocn_datamode=sstdata
export MESH_OCN=TX025_210327_ESMFmesh_py.nc
export ocn_data="INPUT/oisst-avhrr-v02r01.202103.nc"
export ocn_data_var=sst
Expand All @@ -95,19 +96,15 @@ export DOCN_IN_CONFIGURE=docn_in.IN
export DOCN_STREAM_CONFIGURE=hafs_docn.streams.IN
export STREAM_OFFSET=0

#CICE ice prescribed settings
export OCNRES=025
export ICERES=0.25
export NX_GLB=1440
export NY_GLB=1080
export CICE_NPROC=$ICE_tasks
export np2=`expr $CICE_NPROC / 2`
export CICE_BLCKX=`expr $NX_GLB / $np2`
export CICE_BLCKY=`expr $NY_GLB / 2`
export NX_GLB=$ocn_nx_global
export NY_GLB=$ocn_ny_global
export ICE_PRESCRIBED=true
#CICE ice prescribed settings - default res
#export OCNRES=100
#export ICERES=1.00
#export NX_GLB=360
#export NY_GLB=320
export CICE_PRESCRIBED=true
export stream_files_dice=$ocn_data
export MESH_DICE=$MESH_OCN
export eps_imesh=4.0e-1

export RESTART_N=12
export RESTART_INTERVAL="${RESTART_N} -1"
Expand Down

0 comments on commit c3f60e5

Please sign in to comment.