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 1162 for trunk/NEMO/TOP_SRC/MY_TRC/trcctl_my_trc.F90 – NEMO

Ignore:
Timestamp:
2008-07-02T11:33:33+02:00 (16 years ago)
Author:
cetlod
Message:

add an example of MY_TRC tracer model, see ticket:229

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/MY_TRC/trcctl_my_trc.F90

    r1146 r1162  
    3535      !!---------------------------------------------------------------------- 
    3636 
     37      INTEGER :: jn 
     38 
    3739      IF(lwp) WRITE(numout,*) 
    38       IF(lwp) WRITE(numout,*) ' use PISCES biological model ' 
     40      IF(lwp) WRITE(numout,*) ' use COLOR tracer ' 
     41 
     42      DO jn = jp_myt0, jp_myt1 
     43         WRITE(ctrcnm(jn),'(a,i2.2)') 'CLR',jn 
     44         ctrcnl(jn)='Color concentration' 
     45         ctrcun(jn)='N/A' 
     46      END DO 
    3947 
    4048 
Note: See TracChangeset for help on using the changeset viewer.