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 6144 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcrst.F90 – NEMO

Ignore:
Timestamp:
2015-12-21T13:21:24+01:00 (8 years ago)
Author:
jpalmier
Message:

JPALM --21-12-2015 -- add print statement on restarts writing

File:
1 edited

Legend:

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

    r6109 r6144  
    8686      IF( kt == nitrst - 2*nn_dttrc .OR. nstock == nn_dttrc .OR. ( kt == nitend - nn_dttrc .AND. .NOT. lrst_trc ) ) THEN 
    8787         IF ( ln_rstdate ) THEN 
     88            WRITE(numout,*) 'JPALM - trc restart kt = ',kt,'==', nitrst - 2*nn_dttrc 
     89            WRITE(numout,*) 'JPALM - trc restart nstock = ',nstock,'==',nn_dttrc 
     90            WRITE(numout,*) 'JPALM - trc restart kt = ',kt,'==',nitend - nn_dttrc 
     91            WRITE(numout,*) '-----------------------------' 
    8892            CALL ju2ymds( fjulday + rdttra(1) / rday, iyear, imonth, iday, zsec ) 
    8993            WRITE(clkt, '(i4.4,2i2.2)') iyear, imonth, iday 
Note: See TracChangeset for help on using the changeset viewer.