New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3594 for branches/2012/dev_r3452_UKMO9_RESTART/NEMOGCM/NEMO/TOP_SRC/SED/sedstp.F90 – NEMO

Ignore:
Timestamp:
2012-11-19T13:28:55+01:00 (11 years ago)
Author:
rfurner
Message:

code not tested through SETTEE, builds and runs, but has not been thoroughly tested, so will not be included in 2012 merge, however submitted back to keep record of work done for 2013 developments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3452_UKMO9_RESTART/NEMOGCM/NEMO/TOP_SRC/SED/sedstp.F90

    r2528 r3594  
    5252      CALL sed_btb( kt )         ! Bioturbation 
    5353 
    54       IF ( ( MOD( kt, nwrised ) == 0 ) .OR. ( MOD( kt, nstock ) == 0 ) .OR. ( kt == nitsedend )  )   & 
     54      IF ( ( MOD( kt, nwrised ) == 0 ) .OR. ( lrst_oce ) .OR. ( kt == nitsedend )  )   & 
    5555      CALL sed_co3( kt )         ! pH actualization for saving 
    5656      CALL sed_mbc( kt )         ! cumulation for mass balance calculation 
     
    5858      CALL sed_sfc( kt )         ! Give back new bottom wat chem to tracer model 
    5959#endif 
    60       CALL sed_rst_wri( kt )   ! restart file output 
     60      IF ( lrst_oce )  CALL sed_rst_wri( kt )   ! restart file output 
    6161      CALL sed_wri( kt )         ! outputs 
    6262 
Note: See TracChangeset for help on using the changeset viewer.