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 14276 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/trcnam.F90 – NEMO

Ignore:
Timestamp:
2021-01-07T23:09:56+01:00 (3 years ago)
Author:
aumont
Message:

numerous updates to PISCES, PISCES-QUOTA and the sediment module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/trcnam.F90

    r11536 r14276  
    248248      !!--------------------------------------------------------------------- 
    249249#if defined key_trdmxl_trc  || defined key_trdtrc 
    250       INTEGER  ::   ios, ierr                 ! Local integer 
     250      INTEGER  ::   jn, ios, ierr                 ! Local integer 
    251251      !! 
    252252      NAMELIST/namtrc_trd/ nn_trd_trc, nn_ctls_trc, rn_ucf_trc, & 
     
    260260      ! 
    261261      ALLOCATE( ln_trdtrc(jptra) )  
     262      ln_trdtrc(:) = .false. 
    262263      ! 
    263264      REWIND( numnat_ref )              ! Namelist namtrc_trd in reference namelist : Passive tracer trends 
     
    267268      READ  ( numnat_cfg, namtrc_trd, IOSTAT = ios, ERR = 906 ) 
    268269906   IF( ios >  0 )   CALL ctl_nam ( ios , 'namtrc_trd in configuration namelist' ) 
    269       IF(lwm) WRITE( numont, namtrc_trd ) 
     270     IF(lwm) WRITE( numont, namtrc_trd ) 
    270271 
    271272      IF(lwp) THEN 
Note: See TracChangeset for help on using the changeset viewer.