Changeset 12742
- Timestamp:
- 2020-04-12T14:46:30+02:00 (3 years ago)
- Location:
- NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/cfgs/SHARED/namelist_ice_ref
r12741 r12742 178 178 &namthd_pnd ! Melt ponds 179 179 !------------------------------------------------------------------------------ 180 ln_pnd = . false. ! activate melt ponds or not181 ln_pnd_H12 = . false. ! activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012)180 ln_pnd = .true. ! activate melt ponds or not 181 ln_pnd_H12 = .true. ! activate evolutive melt ponds (from Flocco et al 2007,2010 & Holland et al 2012) 182 182 ln_pnd_lids = .true. ! ponds with frozen lids 183 183 ln_pnd_flush = .true. ! ponds flushing trhu the ice … … 187 187 rn_apnd = 0.2 ! prescribed pond fraction, at Tsu=0 degC 188 188 rn_hpnd = 0.05 ! prescribed pond depth, at Tsu=0 degC 189 ln_pnd_alb = . false. ! melt ponds affect albedo or not189 ln_pnd_alb = .true. ! melt ponds affect albedo or not 190 190 / 191 191 !------------------------------------------------------------------------------ … … 252 252 iiceprt = 10 ! i-index for debug 253 253 jiceprt = 10 ! j-index for debug 254 ln_icediacvg = .false. ! check convergence of ice rheology (outputs: file ice_cvg.nc & variable uice_cvg) 255 / 254 / -
NEMO/branches/2020/r4.0-HEAD_r12713_clem_dan_fixcpl/src/OCE/SBC/sbccpl.F90
r12733 r12742 837 837 838 838 ! Initialise ice fractions from last coupling time to zero (needed by Met-Office) 839 #if defined key_si3 || defined key_cice 839 840 a_i_last_couple(:,:,:) = 0._wp 840 841 #endif 841 842 ! ! ------------------------- ! 842 843 ! ! Ice Meltponds ! … … 2297 2298 ENDIF 2298 2299 2300 #if defined key_si3 || defined key_cice 2299 2301 ! If this coupling was successful then save ice fraction for use between coupling points. 2300 2302 ! This is needed for some calculations where the ice fraction at the last coupling point … … 2306 2308 ENDIF 2307 2309 ENDIF 2310 #endif 2308 2311 2309 2312 IF( ssnd(jps_fice1)%laction ) THEN
Note: See TracChangeset
for help on using the changeset viewer.