Changeset 1310 for trunk/LMDZ.VENUS/libf/phyvenus/clesphys.h
- Timestamp:
- Jul 10, 2014, 5:59:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/clesphys.h
r1305 r1310 1 1 ! 2 2 ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre 3 ! veillez n 'utiliser que des ! pour les commentaires3 ! veillez n utiliser que des ! pour les commentaires 4 4 ! et bien positionner les & des lignes de continuation 5 5 ! (les placer en colonne 6 et en colonne 73) … … 11 11 LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro 12 12 LOGICAL ok_kzmin 13 LOGICAL callnlte,callnirco2,callthermos 13 14 LOGICAL ok_cloud, ok_chem, reinit_trac, ok_sedim 14 15 INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs 15 16 INTEGER lev_histins, lev_histday, lev_histmth 16 17 INTEGER tr_scheme 18 INTEGER nircorr, nltemodel, solvarmod 17 19 REAL ecriphy 18 20 REAL solaire 19 21 REAL z0, lmixmin 20 22 REAL ksta, inertie 23 REAL euveff, solarcondate 21 24 22 25 COMMON/clesphys_l/ cycle_diurne, soil_model, & 23 26 & ok_orodr, ok_orolf, ok_gw_nonoro, ok_kzmin, & 27 & callnlte,callnirco2,callthermos, & 24 28 & ok_cloud, ok_chem, reinit_trac, ok_sedim 25 29 26 30 COMMON/clesphys_i/ nbapp_rad, nbapp_chim, & 27 31 & iflag_con, iflag_ajs, & 28 & lev_histins, lev_histday, lev_histmth, tr_scheme 32 & lev_histins, lev_histday, lev_histmth, tr_scheme, & 33 & nircorr, nltemodel, solvarmod 29 34 30 35 COMMON/clesphys_r/ ecriphy, solaire, z0, lmixmin, & 31 & ksta, inertie 36 & ksta, inertie, euveff, solarcondate 32 37
Note: See TracChangeset
for help on using the changeset viewer.