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 1250 for trunk/NEMO/TOP_SRC/SED/sedstp.F90 – NEMO

Ignore:
Timestamp:
2009-01-13T10:41:45+01:00 (15 years ago)
Author:
cetlod
Message:

update modules of sediment model to take into account minor modifications, see ticket:297

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SED/sedstp.F90

    r1179 r1250  
    5353 
    5454      IF ( ( MOD( kt, nwrised ) == 0 ) .OR. ( MOD( kt, nstock ) == 0 ) .OR. ( kt == nitsedend )  )   & 
    55       CALL sed_co3( kt )      ! pH actualization for saving 
     55      CALL sed_co3( kt )         ! pH actualization for saving 
    5656      CALL sed_mbc( kt )         ! cumulation for mass balance calculation 
    5757#if ! defined key_sed_off 
     
    7474      WRITE(*,*) 'sed_stp: You should not have seen this print! error?', kt 
    7575   END SUBROUTINE sed_stp 
    76  
    77    !!====================================================================== 
    7876#endif 
    7977 
Note: See TracChangeset for help on using the changeset viewer.