Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions tests/fv3_conf/cpld_docn_dice.IN
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ if [[ ${OPNREQ_TEST} == true ]]; then
fi

#CDEPS data files
#cp @[INPUTDATA_ROOT]/DOCN_DICE_cplhist/ufs.cpld.cpl*.nc INPUT
module load nco
ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ice*nc ./INPUT/ufs.cpld.cpl.hi.ice.nc
ncrcat ../${DEP_RUN}${SUFFIX}/ufs.cpld.cpl.hi.ocn*nc ./INPUT/ufs.cpld.cpl.hi.ocn.nc
cp ../${DEP_RUN}${SUFFIX}/*ice.1h.aux*nc ./INPUT/ufs.cpld.cpl.hi.ice.nc
cp ../${DEP_RUN}${SUFFIX}/*ocn.1h.aux*nc ./INPUT/ufs.cpld.cpl.hi.ocn.nc

#CDEPS fix files - same for ocn/ice
cp @[INPUTDATA_ROOT]/CICE_FIX/@[OCNRES]/mesh.mx@[OCNRES].nc INPUT
18 changes: 14 additions & 4 deletions tests/parm/ufs.configure.s2s_esmf.IN
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,20 @@ MED_attributes::
coupling_mode = @[CPLMODE]
pio_rearranger = @[pio_rearranger]
ocean_albedo_limit = @[ocean_albedo_limit]
history_n_ice_inst = @[MED_history_n]
history_option_ice_inst = nhours
history_n_ocn_inst = @[MED_history_n]
history_option_ocn_inst = nhours
histaux_ice2med_file1_auxname = ice.1h.aux
histaux_ice2med_file1_doavg = .false.
histaux_ice2med_file1_enabled = .true.
histaux_ice2med_file1_flds = all
histaux_ice2med_file1_history_n = @[MED_history_n]
histaux_ice2med_file1_history_option = nhours
histaux_ice2med_file1_ntperfile = 9999
histaux_ocn2med_file1_auxname = ocn.1h.aux
histaux_ocn2med_file1_doavg = .false.
histaux_ocn2med_file1_enabled = .true.
histaux_ocn2med_file1_flds = all
histaux_ocn2med_file1_history_n = @[MED_history_n]
histaux_ocn2med_file1_history_option = nhours
histaux_ocn2med_file1_ntperfile = 9999
::

ALLCOMP_attributes::
Expand Down