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 678 for trunk/NEMO/OPA_SRC – NEMO

Changeset 678 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2007-06-01T19:45:14+02:00 (17 years ago)
Author:
ctlod
Message:

nemo_v2_bugfix_048 : CT : move the declaration of asselin parameter jpmld_atf at the end of the parameters list to underline its importance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdmld_oce.F90

    r542 r678  
    3434   INTEGER, PUBLIC, PARAMETER ::   jpmld_dmp =  9   !:  internal restoring trend 
    3535   INTEGER, PUBLIC, PARAMETER ::   jpmld_npc = 10   !:  non penetrative convective adjustment 
    36    INTEGER, PUBLIC, PARAMETER ::   jpmld_atf = 11   !:  asselin trend 
    3736!! INTEGER, PUBLIC, PARAMETER ::   jpmld_xxx = xx   !:  add here any additional trend (add change jpltrd) 
     37   INTEGER, PUBLIC, PARAMETER ::   jpmld_atf = 11   !:  asselin trend (**MUST BE THE LAST ONE**) 
    3838 
    3939#if   defined  key_trdmld   ||   defined key_esopa 
Note: See TracChangeset for help on using the changeset viewer.