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 389 for trunk/NEMO/OPA_SRC/DIA/diawri.F90 – NEMO

Ignore:
Timestamp:
2006-03-09T18:22:04+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of Agrif :

  • configuration parameters are just integer when agrif is used
  • add call to agrif routines with key_agrif
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DIA/diawri.F90

    r359 r389  
    120120      REAL(wp), DIMENSION(jpi,jpj) :: & 
    121121         zw2d                            ! temporary workspace 
     122      CHARACTER (len=80) :: clname 
    122123      !!---------------------------------------------------------------------- 
    123124       
     
    172173         ! WRITE root name in date.file for use by postpro 
    173174         CALL dia_nam( clhstnam, nwrite,' ' ) 
    174          CALL ctlopn( inum, 'date.file', 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL', 1, numout, lwp, 1 ) 
     175         clname = 'date.file' 
     176         CALL ctlopn( inum, clname,  'UNKNOWN', 'FORMATTED', 'SEQUENTIAL', 1, numout, lwp, 1 ) 
    175177         WRITE(inum,*) clhstnam 
    176178         CLOSE(inum) 
Note: See TracChangeset for help on using the changeset viewer.