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 391 for trunk/NEMO/LIM_SRC/limrst.F90 – NEMO

Ignore:
Timestamp:
2006-03-10T11:35:43+01:00 (18 years ago)
Author:
opalod
Message:

RB:nemo_v1_update_038: first integration of AGRIF :

add agrif to ice files

File:
1 edited

Legend:

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

    r352 r391  
    7474         zsec, zdate0, zdt 
    7575 
    76       CHARACTER(len=45)  ::  & 
    77          ccfile = 'restart_ice_out.nc' 
     76      CHARACTER(len=45)  ::  ccfile 
     77 
     78      ccfile = 'restart_ice_out.nc' 
     79 
     80#if defined key_agrif 
     81      if ( .NOT. Agrif_Root() ) then 
     82         ccfile= TRIM(Agrif_CFixed())//'_'//TRIM(ccfile) 
     83      endif 
     84#endif 
    7885 
    7986      inumwrs  = 61 
     
    172179 
    173180      !- dummy variables : 
    174       CHARACTER(len=45)  ::  & 
    175          ccfile = 'restart_ice_in.nc' 
     181      CHARACTER(len=45)  ::  ccfile 
    176182      INTEGER :: & 
    177183        ji, jj 
     
    193199         clvnames(60)        
    194200 
     201 
     202       ccfile = 'restart_ice_in.nc' 
     203#if defined key_agrif 
     204      if ( .NOT. Agrif_Root() ) then 
     205         ccfile= TRIM(Agrif_CFixed())//'_'//TRIM(ccfile) 
     206      endif 
     207#endif 
    195208 
    196209      !Initialisations 
Note: See TracChangeset for help on using the changeset viewer.