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 6737 for branches/UKMO/dev_r5518_GO6_package_MEDUSA_extra_CMIP6_diags/NEMOGCM/NEMO/TOP_SRC/trcnam.F90 – NEMO

Ignore:
Timestamp:
2016-06-24T11:00:27+02:00 (8 years ago)
Author:
malcolmroberts
Message:

Bug fixes from Tim's local GO6 package to fix age tracer output file naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_MEDUSA_extra_CMIP6_diags/NEMOGCM/NEMO/TOP_SRC/trcnam.F90

    r6731 r6737  
    6262       
    6363      !                                        !  passive tracer informations 
    64                              CALL trc_nam_trc 
     64      CALL trc_nam_trc 
    6565       
    6666      !                                        !   Parameters of additional diagnostics 
    67       IF( .NOT. lk_iomput)   CALL trc_nam_dia 
     67      CALL trc_nam_dia 
    6868 
    6969      !                                        !   namelist of transport 
    70                              CALL trc_nam_trp 
     70      CALL trc_nam_trp 
    7171 
    7272 
     
    364364      ENDIF 
    365365 
    366       IF( ln_diatrc ) THEN  
     366      IF( ln_diatrc .AND. .NOT. lk_iomput ) THEN  
    367367         ALLOCATE( trc2d(jpi,jpj,jpdia2d), trc3d(jpi,jpj,jpk,jpdia3d),  & 
    368368           &       ctrc2d(jpdia2d), ctrc2l(jpdia2d), ctrc2u(jpdia2d) ,  &  
     
    375375      ENDIF 
    376376 
    377       IF( ln_diabio .OR. l_trdtrc ) THEN 
     377      IF( ( ln_diabio .AND. .NOT. lk_iomput ) .OR. l_trdtrc ) THEN 
    378378         ALLOCATE( trbio (jpi,jpj,jpk,jpdiabio) , & 
    379379           &       ctrbio(jpdiabio), ctrbil(jpdiabio), ctrbiu(jpdiabio), STAT = ierr )  
Note: See TracChangeset for help on using the changeset viewer.