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 5825 for branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/DIA/diaptr.F90 – NEMO

Ignore:
Timestamp:
2015-10-23T11:57:19+02:00 (9 years ago)
Author:
diovino
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5056_CMCC4_simplification/NEMOGCM/NEMO/OPA_SRC/DIA/diaptr.F90

    r5282 r5825  
    567567      INTEGER            ::   inum                                    ! temporary logical unit 
    568568#endif 
    569       REAL(wp)           ::   zsto, zout, zdt, zjulian                ! temporary scalars 
     569      REAL(wp)           ::   zsto, zout, zjulian                ! temporary scalars 
    570570      !! 
    571571      REAL(wp), POINTER, DIMENSION(:)   ::   zphi, zfoo    ! 1D workspace 
     
    584584      IF( kt == nit000 ) THEN 
    585585         niter = ( nit000 - 1 ) / nn_fptr 
    586          zdt = rdt 
    587586         ! 
    588587         IF(lwp) THEN 
     
    640639            ! ---------------- 
    641640            ! Define frequency of output and means 
    642             zsto = nn_fptr * zdt 
     641            zsto = nn_fptr * rdt 
    643642            IF( ln_mskland )   THEN    ! put 1.e+20 on land (very expensive!!) 
    644643               clop      = "ave(only(x))" 
     
    649648            ENDIF 
    650649 
    651             zout = nn_fwri * zdt 
     650            zout = nn_fwri * rdt 
    652651            zfoo(1:jpj) = 0._wp 
    653652 
     
    670669            ! Horizontal grid : zphi() 
    671670            CALL histbeg(clhstnam, 1, zfoo, jpj, zphi,   & 
    672                1, 1, 1, jpj, niter, zjulian, zdt*nn_fptr, nhoridz, numptr, domain_id=nidom_ptr) 
     671               1, 1, 1, jpj, niter, zjulian, rdt*nn_fptr, nhoridz, numptr, domain_id=nidom_ptr) 
    673672            ! Vertical grids : gdept_1d, gdepw_1d 
    674673            CALL histvert( numptr, "deptht", "Vertical T levels",   & 
Note: See TracChangeset for help on using the changeset viewer.