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 648 for trunk/NEMO/LIM_SRC – NEMO

Changeset 648 for trunk/NEMO/LIM_SRC


Ignore:
Timestamp:
2007-04-12T16:00:53+02:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_031:RB: correct some file names for AGRIF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limdia.F90

    r624 r648  
    175175       !!------------------------------------------------------------------- 
    176176       CHARACTER(len=jpchinf) ::   titinf 
     177       CHARACTER(len=50)      ::   clname  
    177178       INTEGER  ::   jv            ! dummy loop indice 
    178179       INTEGER  ::   ntot , ndeb , irecl 
     
    240241 
    241242       ! opening  "ice_evolu" file 
     243       clname = 'ice_evolu'  
    242244       irecl = ( jpchinf + 1 ) * nvinfo  
    243        CALL ctlopn( numevo_ice, 'ice_evolu', 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
     245       CALL ctlopn( numevo_ice, clname, 'UNKNOWN', 'FORMATTED', 'SEQUENTIAL',   & 
    244246          &           irecl, numout, .TRUE., 1 ) 
    245247 
Note: See TracChangeset for help on using the changeset viewer.