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 10115 for NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/MY_TRC/trcnam_my_trc.F90 – NEMO

Ignore:
Timestamp:
2018-09-12T15:59:13+02:00 (6 years ago)
Author:
cbricaud
Message:

phase 3.6 coarsening branch with nemo_3.6_rev9192

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/TOP_SRC/MY_TRC/trcnam_my_trc.F90

    r3680 r10115  
    3636      !! 
    3737      !!---------------------------------------------------------------------- 
     38      INTEGER :: jn 
    3839      ! 
    3940      IF(lwp) WRITE(numout,*) 
    4041      IF(lwp) WRITE(numout,*) ' trc_nam_my_trc : read MY_TRC namelists' 
    4142      IF(lwp) WRITE(numout,*) ' ~~~~~~~~~~~~~~~' 
     43      !  
     44      do jn = jp_myt0 , jp_myt1 
     45         ctrcnm    (jn) = 'NONAME' 
     46         ctrcln    (jn) = 'NO Long Name' 
     47         ctrcun    (jn) = 'NOUNIT' 
     48         ln_trc_ini(jn) = .false. 
     49         ln_trc_wri(jn) = .true. 
     50      enddo 
    4251      ! 
    43    END SUBROUTINE trc_nam_my_trc 
     52      END SUBROUTINE trc_nam_my_trc 
    4453    
    4554#else 
Note: See TracChangeset for help on using the changeset viewer.