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 1601 for trunk/NEMO/OPA_SRC/TRD/trdvor.F90 – NEMO

Ignore:
Timestamp:
2009-08-11T12:09:19+02:00 (15 years ago)
Author:
ctlod
Message:

Doctor naming of OPA namelist variables , see ticket: #526

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/TRD/trdvor.F90

    r1334 r1601  
    409409      itmod = kt - nit000 + 1 
    410410 
    411       IF( MOD( it, ntrd ) == 0 ) THEN 
     411      IF( MOD( it, nn_trd ) == 0 ) THEN 
    412412 
    413413         ! III.1 compute total trend 
     
    456456      IF( kt >=  nit000+1 ) THEN 
    457457 
    458          IF( lwp .AND. MOD( itmod, ntrd ) == 0 ) THEN 
     458         IF( lwp .AND. MOD( itmod, nn_trd ) == 0 ) THEN 
    459459            WRITE(numout,*) '' 
    460460            WRITE(numout,*) 'trd_vor : write trends in the NetCDF file at kt = ', kt 
     
    483483      ENDIF 
    484484      ! 
    485       IF( MOD( it, ntrd ) == 0 ) rotot(:,:)=0 
     485      IF( MOD( it, nn_trd ) == 0 ) rotot(:,:)=0 
    486486      ! 
    487487      IF( kt == nitend )   CALL histclo( nidvor ) 
     
    551551      clop = "ave("//TRIM(clop)//")" 
    552552#endif 
    553       zout = ntrd*rdt 
     553      zout = nn_trd*rdt 
    554554 
    555555      IF(lwp) WRITE(numout,*) '               netCDF initialization' 
     
    566566      ! II.3 Define the T grid trend file (nidvor) 
    567567      ! --------------------------------- 
    568       CALL dia_nam( clhstnam, ntrd, 'vort' )                  ! filename 
     568      CALL dia_nam( clhstnam, nn_trd, 'vort' )                  ! filename 
    569569      IF(lwp) WRITE(numout,*) ' Name of NETCDF file ', clhstnam 
    570570      CALL histbeg( clhstnam, jpi, glamf, jpj, gphif,1, jpi,   &  ! Horizontal grid : glamt and gphit 
Note: See TracChangeset for help on using the changeset viewer.