Ignore:
Timestamp:
06/15/18 14:06:03 (6 years ago)
Author:
omamce
Message:

O.M. : change espfrac from fortran parameter to parameter read in run.def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOZAIC/src/MOZAIC/inipar.f90

    r3326 r3918  
    136136      l_recalc_o = .TRUE. 
    137137      CALL getin ('l_recalc_o', l_recalc_o) 
    138       WRITE (unit=nout, fmt=*) 'l_recalc_o = ', l_recalc_o  
     138      WRITE (unit=nout, fmt=*) 'l_recalc_o = ', l_recalc_o 
     139      !Config Key  = c_oce_msk_file 
     140      !Config Desc = File containing basin mask for ocean 
     141      !Config Def  = eORCA1.2.nc 
     142      !Config Help = File containing basin mask for ocean 
     143      c_oce_msk_file = 'eORCA1.2.nc' 
     144      CALL getin ('c_oce_msk_file', c_oce_msk_file) 
     145      WRITE (unit=nout, fmt=*) 'c_oce_msk_file = ', TRIM(c_oce_msk_file) 
    139146      !! 
    140147      !! Define atmosphere model 
     
    465472 
    466473 
     474 
     475      !Config Key  = epsfrac 
     476      !Config Desc = Min fraction of sea acceptable 
     477      !Config Def  =  1.0E-10_rl 
     478      !Config Help =  
     479      epsfrac = 1.0E-10_rl 
     480      CALL getin ('epsfrac', epsfrac) 
     481      WRITE (unit=nout, fmt=*) 'epsfrac = ', epsfrac 
     482       
    467483      !Config Key = l_etal_oce 
    468484      !Config Desc =  ! On etale sur les point océans  proches 
Note: See TracChangeset for help on using the changeset viewer.