Changeset 12849
- Timestamp:
- 2020-05-01T17:33:09+02:00 (3 years ago)
- Location:
- NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/ICB/icbclv.F90
r12675 r12849 73 73 ! nn_coupled_iceshelf_fluxes uninitialised unless lk_oasis=true 74 74 IF( nn_coupled_iceshelf_fluxes .gt. 0 ) THEN 75 ll_write = ((MOD( kt, sn_cfctl%ptimincr ) == 0) .OR. ( kt == nitend )) .AND. lwp 75 ll_write = ((MOD( kt, sn_cfctl%ptimincr ) == 0) .OR. ( kt == nitend )) .AND. lwp .AND. ((nn_print>0)) 76 76 ! Adjust total calving rates so that sum of iceberg calving and iceshelf melting in the northern 77 77 ! and southern hemispheres equals rate of increase of mass of greenland and antarctic ice sheets -
NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/SBC/sbccpl.F90
r12689 r12849 1198 1198 !!---------------------------------------------------------------------- 1199 1199 ! 1200 ll_wrtstp = ( MOD( kt, sn_cfctl%ptimincr ) == 0 ) .OR. ( kt == nitend)1200 ll_wrtstp = (( MOD( kt, sn_cfctl%ptimincr ) == 0 ) .OR. ( kt == nitend )) .AND. (nn_print>0) 1201 1201 ! 1202 1202 IF( ln_mixcpl ) zmsk(:,:) = 1. - xcplmask(:,:,0) -
NEMO/branches/UKMO/NEMO_4.0.1_icesheet_and_river_coupling/src/OCE/SBC/sbcisf.F90
r12675 r12849 99 99 !!--------------------------------------------------------------------- 100 100 ! 101 ll_wrtstp = ( MOD( kt, sn_cfctl%ptimincr ) == 0 ) .OR. ( kt == nitend)101 ll_wrtstp = (( MOD( kt, sn_cfctl%ptimincr ) == 0 ) .OR. ( kt == nitend )) .AND. (nn_print>0) 102 102 IF( MOD( kt-1, nn_fsbc) == 0 ) THEN ! compute salt and heat flux 103 103 !
Note: See TracChangeset
for help on using the changeset viewer.