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 3862 for branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/TRA – NEMO

Ignore:
Timestamp:
2013-04-08T13:07:43+02:00 (11 years ago)
Author:
acc
Message:

Branch 2013/dev_r3858_NOC_ZTC #863. Change names of gdept_0, gdepw_0, e3t_0, e3w_0 to gdept_1d, gdepw_1d, e3t_1d, e3w_1d respectively in preparation for the introduction of time invariant 3d arrays using the _0 suffix

Location:
branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/TRA
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/TRA/tradmp.F90

    r3294 r3862  
    759759      clname = 'dist.coast' 
    760760      itime  = 0 
    761       CALL ymds2ju( 0     , 1      , 1     , 0._wp , zdate0 ) 
    762       CALL restini( 'NONE', jpi    , jpj   , glamt, gphit ,   & 
    763          &          jpk   , gdept_0, clname, itime, zdate0,   & 
     761      CALL ymds2ju( 0     , 1       , 1     , 0._wp , zdate0 ) 
     762      CALL restini( 'NONE', jpi     , jpj   , glamt, gphit ,   & 
     763         &          jpk   , gdept_1d, clname, itime, zdate0,   & 
    764764         &          rdt   , icot                         ) 
    765765      CALL restput( icot, 'Tcoast', jpi, jpj, jpk, 0, pdct ) 
  • branches/2013/dev_r3858_NOC_ZTC/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90

    r3680 r3862  
    407407            ENDIF 
    408408 
    409             IF(lwp) WRITE(numout,*) '        level of light extinction = ', nksr, ' ref depth = ', gdepw_0(nksr+1), ' m' 
     409            IF(lwp) WRITE(numout,*) '        level of light extinction = ', nksr, ' ref depth = ', gdepw_1d(nksr+1), ' m' 
    410410            ! 
    411411            IF( nn_chldta == 1 ) THEN           !* Chl data : set sf_chl structure 
     
    477477            IF(lwp) THEN 
    478478               WRITE(numout,*) 
    479             IF(lwp) WRITE(numout,*) '        level of light extinction = ', nksr, ' ref depth = ', gdepw_0(nksr+1), ' m' 
     479            IF(lwp) WRITE(numout,*) '        level of light extinction = ', nksr, ' ref depth = ', gdepw_1d(nksr+1), ' m' 
    480480            ENDIF 
    481481            ! 
Note: See TracChangeset for help on using the changeset viewer.