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 1334 for trunk/NEMO/TOP_SRC/SED/sedwri.F90 – NEMO

Ignore:
Timestamp:
2009-03-03T15:07:48+01:00 (15 years ago)
Author:
smasson
Message:

complete work on time origin in outputs (ticket:335) + downward vertical axis (ticket:357)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/SED/sedwri.F90

    r1329 r1334  
    4040      INTEGER , DIMENSION(jpij) , SAVE :: ndext51 
    4141      REAL(wp) :: zsto,zout, zdt 
    42       INTEGER :: iimi, iima, ijmi, ijma,ipk, it 
     42      INTEGER :: iimi, iima, ijmi, ijma,ipk, it, itmod 
    4343      INTEGER :: jn 
    4444      CHARACTER(len = 20)  ::  cltra , cltrau 
     
    7676 
    7777      ! define time axis 
    78       it = kt - nitsed000 + 1 
     78      it = kt 
     79      itmod = kt - nitsed000 + 1 
    7980 
    8081 
     
    185186         CALL histbeg ( clhstnam, jpi, glamt, jpj, gphit,     & 
    186187            &             iimi, iima-iimi+1, ijmi, ijma-ijmi+1,         & 
    187             &             0, zjulian, zdt,  nhorised, nised , domain_id=nidom ) 
    188          CALL histvert( nised,'deptht','Vertic.sed.T levels','m',ipk, profsed, ndepsed ) 
     188            &             nitsed000-1, zjulian, zdt,  nhorised, nised , domain_id=nidom ) 
     189         CALL histvert( nised,'deptht','Vertic.sed.T levels','m',ipk, profsed, ndepsed, 'down' ) 
    189190         CALL wheneq  ( jpi*jpj*ipk, tmasksed, 1, 1., ndext52, ndimt52 ) 
    190191         CALL wheneq  ( jpi*jpj, tmasksed(:,:,1), 1, 1., ndext51, ndimt51 ) 
Note: See TracChangeset for help on using the changeset viewer.