Ignore:
Timestamp:
May 25, 2005, 3:10:09 PM (19 years ago)
Author:
Laurent Fairhead
Message:

Synchronisation avec tous les diagnostiques de Ionela IM
Inclusion du slab ocean IM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/clesphys.inc

    r524 r644  
    1515       LOGICAL :: ok_kzmin
    1616       INTEGER :: lev_histhf, lev_histday, lev_histmth
     17       CHARACTER (len=4) type_run
     18       LOGICAL ok_isccp, ok_regdyn
     19       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
     20       INTEGER ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
     21       INTEGER ecrit_mth, ecrit_tra, ecrit_reg
    1722
    1823       COMMON/clesphys/cycle_diurne, soil_model, new_oliq, &
     
    2126     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt &
    2227     &     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter &
    23      &     , ok_kzmin, lev_histhf, lev_histday, lev_histmth
     28     &     , ok_kzmin, lev_histhf, lev_histday, lev_histmth &
     29     &     , type_run, ok_isccp, ok_regdyn &
     30     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins &
     31     &     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day &
     32     &     , ecrit_mth, ecrit_tra, ecrit_reg
Note: See TracChangeset for help on using the changeset viewer.