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 8323 for branches/UKMO – NEMO

Changeset 8323 for branches/UKMO


Ignore:
Timestamp:
2017-07-12T12:31:07+02:00 (7 years ago)
Author:
marc
Message:

Changing four parameters in OPA_SRC/TRD/trd_oce.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_allow_trends/NEMOGCM/NEMO/OPA_SRC/TRD/trd_oce.F90

    r7179 r8323  
    3333# endif 
    3434   !                                                  !!!* Active tracers trends indexes 
    35    INTEGER, PUBLIC, PARAMETER ::   jptot_tra  = 20     !: Total trend nb: change it when adding/removing one indice below 
     35   INTEGER, PUBLIC, PARAMETER ::   jptot_tra  = 23     !: Total trend nb: change it when adding/removing one indice below 
    3636   !                               ===============     !   
    3737   INTEGER, PUBLIC, PARAMETER ::   jptra_xad  =  1     !: x- horizontal advection 
     
    5757   ! 
    5858   !                                                  !!!* Passive tracers trends indices (use if "key_top" defined) 
    59    INTEGER, PUBLIC, PARAMETER ::   jptra_sms  = 19     !: sources m. sinks 
    60    INTEGER, PUBLIC, PARAMETER ::   jptra_radn = 20     !: corr. trn<0 in trcrad 
    61    INTEGER, PUBLIC, PARAMETER ::   jptra_radb = 21     !: corr. trb<0 in trcrad (like atf) 
     59   INTEGER, PUBLIC, PARAMETER ::   jptra_sms  = 21     !: sources m. sinks 
     60   INTEGER, PUBLIC, PARAMETER ::   jptra_radn = 22     !: corr. trn<0 in trcrad 
     61   INTEGER, PUBLIC, PARAMETER ::   jptra_radb = 23     !: corr. trb<0 in trcrad (like atf) 
    6262   ! 
    6363   !                                                  !!!* Momentum trends indices 
Note: See TracChangeset for help on using the changeset viewer.