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/iceini.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/iceini.F90

    r253 r391  
    6060      !!   8.5  !  02-08  (G. Madec)  F90: Free form and modules 
    6161      !!---------------------------------------------------------------------- 
    62  
     62       CHARACTER(len=80) :: namelist_icename 
     63        
    6364      ! Open the namelist file  
    64       OPEN( numnam_ice, FILE= 'namelist_ice', FORM='formatted', STATUS = 'old')  
     65      namelist_icename = 'namelist_ice' 
     66            
     67      CALL ctlopn(numnam_ice,namelist_icename,'OLD', 'FORMATTED', 'SEQUENTIAL',   & 
     68                     1,numout,.FALSE.,1)       
    6569 
    6670      CALL ice_run                    !  read in namelist some run parameters 
     
    114118      !!   2.0  !  03-08 (C. Ethe)  Original code 
    115119      !!------------------------------------------------------------------- 
     120 
    116121      NAMELIST/namicerun/ ln_limdyn, acrit, hsndif, hicdif 
    117122      !!------------------------------------------------------------------- 
     
    132137         WRITE(numout,*) '   computation of temp. in ice  (=0) or not (=9999) hicdif = ', hicdif 
    133138      ENDIF 
    134        
    135139   END SUBROUTINE ice_run 
    136140 
Note: See TracChangeset for help on using the changeset viewer.