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 9324 for branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC/MEDUSA – NEMO

Ignore:
Timestamp:
2018-02-13T13:21:35+01:00 (6 years ago)
Author:
jpalmier
Message:

correct xCO2 check print

File:
1 edited

Legend:

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

    r9323 r9324  
    349349         ENDIF 
    350350      ENDIF 
    351       IF ( lwp .AND. ( ( kt == nittrc000 ) .OR.                   & 
    352               ((86400*mod(nn_date0,100) + mod(kt*rdt,2592000.)) == rdt) ) ) THEN 
    353             WRITE(numout,*) ' *** final atm xCO2 ***' 
    354             call trc_rst_dia_stat(f_xco2a(:,:), 'atm xCO2') 
     351      IF ( (kt == nittrc000 .AND. .NOT.ln_rsttr) .OR.                        & 
     352           ((86400*mod(nn_date0,100) + mod(kt*rdt,2592000.)) == rdt) ) THEN 
     353           IF ( lwp ) WRITE(numout,*) ' *** final atm xCO2 ***' 
     354           call trc_rst_dia_stat(f_xco2a(:,:), 'atm xCO2') 
    355355      ENDIF 
    356356# endif 
Note: See TracChangeset for help on using the changeset viewer.