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 3793 for branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/TOP_SRC – NEMO

Ignore:
Timestamp:
2013-02-10T20:11:06+01:00 (11 years ago)
Author:
gm
Message:

dev_v3_4_STABLE_2012: #960 : correct bug in trdmld & trdmld_trc (time step control) + KPP/TRC compatibility (zdfkpp.F90)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/TOP_SRC/TRP/trdmld_trc.F90

    r3320 r3793  
    373373      !!       - See NEMO documentation (in preparation) 
    374374      !!---------------------------------------------------------------------- 
    375       ! 
    376375      INTEGER, INTENT(in) ::   kt   ! ocean time-step index 
    377376      ! 
     
    11741173      ! ------------------------------------------------- 
    11751174 
    1176       IF( ( lk_trdmld_trc ) .AND. ( MOD( nitend, nn_trd_trc ) /= 0 ) ) THEN 
     1175      IF( ( lk_trdmld_trc ) .AND. ( MOD( nitend-nittrc000+1, nn_trd_trc ) /= 0 ) ) THEN 
    11771176         WRITE(numout,cform_err) 
    11781177         WRITE(numout,*) '                Your nitend parameter, nitend = ', nitend 
Note: See TracChangeset for help on using the changeset viewer.