Changeset 1974 for trunk/LMDZ.MARS/libf/phymars/callkeys.h
- Timestamp:
- Jul 18, 2018, 4:48:34 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/callkeys.h
r1818 r1974 13 13 & ,lifting,freedust,callddevil,scavenging,sedimentation & 14 14 & ,activice,water,tifeedback,microphys,supersat,caps,photochem & 15 & ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds ,&16 & co2useh2o,meteo_flux,CLFvaryingCO2,spantCO2,CLFvarying,&17 & satindexco215 & ,calltherm,callrichsl,callslope,tituscap,callyamada4,co2clouds & 16 & ,co2useh2o,meteo_flux,CLFvaryingCO2,spantCO2,CLFvarying & 17 & ,satindexco2,rdstorm 18 18 19 19 COMMON/callkeys_i/iradia,iaervar,iddist,ilwd,ilwb,ilwn,ncouche & 20 & ,dustbin,nltemodel,nircorr,solvarmod,solvaryear 20 & ,dustbin,nltemodel,nircorr,solvarmod,solvaryear,dustinjection 21 21 22 22 COMMON/callkeys_r/topdustref,semi,alphan,euveff, & 23 & tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval 23 & tke_heat_flux,dustrefir,fixed_euv_value,CLFfixval, & 24 & coeff_injection 24 25 25 26 LOGICAL callrad,calldifv,calladj,callcond,callsoil, & … … 42 43 real euveff 43 44 real tke_heat_flux 45 real coeff_injection ! dust injection scheme coefficient 44 46 real CLFfixval 45 47 … … 53 55 integer solvarmod ! model for solar EUV variation 54 56 integer solvaryear ! mars year for realisticly varying solar EUV 57 integer dustinjection ! dust injection scheme number 55 58 56 59 logical rayleigh 57 60 logical tracer 58 61 integer dustbin 59 logical freedust 62 logical freedust 60 63 logical active,doubleq,submicron,lifting,callddevil,scavenging 64 logical rdstorm ! rocket dust storm parametrization 61 65 logical sedimentation 62 66 logical activice,tifeedback,supersat,caps
Note: See TracChangeset
for help on using the changeset viewer.