Changeset 8224
- Timestamp:
- 2017-06-27T13:23:01+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6M_dev/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90
r8182 r8224 1345 1345 !! try to call carb-chem at 1st month's tm-stp : x * 30d + 1*rdt(i.e: mod = rdt) 1346 1346 !! ++ need to pass carb-chem output var through restarts 1347 If ( ( kt == nittrc000 .AND. .NOT.ln_rsttr ) .OR. mod(kt*rdt,2592000.) == rdt ) THEN 1347 !! We want this to be start of month or if starting afresh from 1348 !! climatology - marc 20/6/17 1349 If ( (kt == nittrc000 .AND. .NOT.ln_rsttr) .OR. & 1350 ((86400*mod(nn_date0,100) + mod(kt*rdt,2592000.)) == rdt) ) THEN 1348 1351 !!---------------------------------------------------------------------- 1349 1352 !! Calculate the carbonate chemistry for the whole ocean on the first
Note: See TracChangeset
for help on using the changeset viewer.