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 5978 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90 – NEMO

Ignore:
Timestamp:
2015-12-02T13:33:32+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM --02-12-2015-- iom-use debugg - move trcnam_iom_medusa call in trcbio_medusa 1st tstp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90

    r5941 r5978  
    6969# if defined key_iomput 
    7070      USE iom 
    71       !!USE trc_nam_dia         ! JPALM 13-11-2015 -- if iom_use for diag 
     71      USE trcnam_medusa                ! JPALM 13-11-2015 -- if iom_use for diag 
    7272      !!USE trc_nam_iom_medusa  ! JPALM 13-11-2015 -- if iom_use for diag 
    7373# endif 
     
    522522      !! ----------------------------- 
    523523      !! Juju :: add kt condition !! 
    524       IF( lk_iomput .AND. .NOT.  ln_diatrc ) THEN     
     524      IF( lk_iomput .AND. .NOT.  ln_diatrc ) THEN    
     525      !! 
     526      if ( kt == nittrc000 )   CALL trc_nam_iom_medusa !! initialise iom_use test 
     527      !! 
    525528      CALL wrk_alloc( jpi, jpj,      zw2d ) 
    526529      zw2d(:,:)      = 0.0      !! 
Note: See TracChangeset for help on using the changeset viewer.