Ignore:
Timestamp:
Jul 15, 2002, 4:45:11 PM (22 years ago)
Author:
lmdzadmin
Message:

Rajout des parametres radfroid et radchau dans conf_phys
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/phylmd/conf_phys.F90

    r373 r386  
    1212#include "conema3.h"
    1313#include "fisrtilp.inc"
     14#include "nuage.h"
    1415!
    1516! Configuration de la "physique" de LMDZ a l'aide de la fonction
     
    234235  call getin('ratqshaut',ratqshaut)
    235236
     237!
     238!Config Key  = rad_froid
     239!Config Desc = 
     240!Config Def  = 35.0
     241!Config Help =
     242!
     243  rad_froid = 35.0
     244  call getin('rad_froid',rad_froid)
     245
     246!
     247!Config Key  = rad_chau1
     248!Config Desc = 
     249!Config Def  = 13.0
     250!Config Help =
     251!
     252  rad_chau1 = 13.0
     253  call getin('rad_chau1',rad_chau1)
     254
     255!
     256!Config Key  = rad_chau2
     257!Config Desc = 
     258!Config Def  = 9.0
     259!Config Help =
     260!
     261  rad_chau2 = 9.0
     262  call getin('rad_chau2',rad_chau2)
     263
     264!
     265!Config Key  =
     266!Config Desc = 
     267!Config Def  =
     268!Config Help =
     269!
     270!   =
     271!  call getin('',)
     272!
    236273!
    237274!
Note: See TracChangeset for help on using the changeset viewer.