Changeset 10066
- Timestamp:
- 2018-08-23T19:09:43+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_asm_3d_bgc_v3/NEMOGCM/NEMO/TOP_SRC/trcini.F90
r9262 r10066 36 36 USE sbc_oce 37 37 USE trcice ! tracers in sea ice 38 # if defined key_medusa 38 39 USE sms_medusa ! MEDUSA initialisation 40 # endif 39 41 IMPLICIT NONE 40 42 PRIVATE … … 107 109 ! ! total volume of the ocean 108 110 areatot = glob_sum( cvol(:,:,:) ) 111 # if defined key_medusa && defined key_roam 109 112 carea(:,:) = e1e2t(:,:) * tmask(:,:,1) 113 # endif 110 114 111 115 IF( lk_pisces ) CALL trc_ini_pisces ! PISCES bio-model
Note: See TracChangeset
for help on using the changeset viewer.