Changeset 11062
- Timestamp:
- 2019-05-28T13:06:01+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_fix_zemp_ice_10681/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90
r11054 r11062 57 57 #if defined key_oasis3 58 58 USE mod_oasis, ONLY : OASIS_Sent, OASIS_ToRest, OASIS_SentOut, OASIS_ToRestOut 59 #else60 INTEGER :: OASIS_Sent = -161 INTEGER :: OASIS_SentOut = -162 INTEGER :: OASIS_ToRest = -163 INTEGER :: OASIS_ToRestOut = -164 59 #endif 65 60 … … 164 159 REAL(wp), PARAMETER :: dms_unit_conv = 1.0e+6 ! Coversion factor to get outgong DMS in standard units for coupling 165 160 ! i.e. specifically nmol/L (= umol/m3) 161 162 #if ! defined key_oasis3 163 ! Dummy variables to enable compilation when oasis3 is not being used 164 INTEGER :: OASIS_Sent = -1 165 INTEGER :: OASIS_SentOut = -1 166 INTEGER :: OASIS_ToRest = -1 167 INTEGER :: OASIS_ToRestOut = -1 168 #endif 166 169 167 170 ! !!** namelist namsbc_cpl ** … … 2367 2370 IF( ssnd(jps_fice)%laction ) CALL cpl_snd( jps_fice, isec, ztmp3, info ) 2368 2371 2372 #if defined key_lim2 || defined key_cice 2369 2373 ! If this coupling was successful then save ice fraction for use between coupling points. 2370 2374 ! This is needed for some calculations where the ice fraction at the last coupling point … … 2376 2380 ENDIF 2377 2381 ENDIF 2382 #endif 2378 2383 2379 2384 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.