- Timestamp:
- 2020-03-09T11:16:28+01:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2020/r12377_ticket2386/src/OCE/ISF/isfcav.F90
r12511 r12521 183 183 ! cavity mask 184 184 mskisf_cav(:,:) = (1._wp - tmask(:,:,1)) * ssmask(:,:) 185 ! 186 !================ 187 ! 2: read restart 185 !================ 186 ! 2: activate restart 187 !================ 188 ! 189 IF( lwxios ) THEN 190 CALL iom_set_rstw_var_active('fwfisf_cav_b') 191 CALL iom_set_rstw_var_active('isf_hc_cav_b') 192 CALL iom_set_rstw_var_active('isf_sc_cav_b') 193 ENDIF 194 ! 195 !================ 196 ! 3: read restart 188 197 !================ 189 198 !
Note: See TracChangeset
for help on using the changeset viewer.