Changeset 2875 for trunk/LMDZ.GENERIC
- Timestamp:
- Jan 23, 2023, 8:38:31 AM (22 months ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r2861 r2875 1772 1772 - Add the possibility to include CO2-CH4 CIA opacity (based on Turbet et al. 2020, Icarus, Volume 346, article id. 113762) 1773 1773 - Add interpolateCO2CH4 routine + updated associated RT routines 1774 1775 == 23/01/2023 == EM 1776 Some minor fixes: 1777 - missing igas_CO2 in "use gases_h" in optci.F90, optcv.F90, sugas_corrk.F90 1778 - handle case when moist adjustement is not called in physiq: some of its 1779 outputs still need be set to zero as they are used later on. -
trunk/LMDZ.GENERIC/libf/phystd/optci.F90
r2861 r2875 12 12 L_NLEVRAD, L_REFVAR, naerkind 13 13 use radcommon_h, only: gasi,tlimit,wrefVAR,Cmk,tgasref,pfgasref,wnoi,scalep,indi,glat_ig 14 use gases_h, only: gfrac, ngasmx, igas_N2, igas_He, igas_H2O, igas_H2, igas_CH4 14 use gases_h, only: gfrac, ngasmx, igas_N2, igas_He, igas_H2O, igas_H2, & 15 igas_CH4, igas_CO2 15 16 use comcstfi_mod, only: g, r, mugaz 16 17 use callkeys_mod, only: kastprof,continuum,graybody -
trunk/LMDZ.GENERIC/libf/phystd/optcv.F90
r2861 r2875 11 11 use radinc_h, only: L_NLAYRAD, L_NLEVRAD, L_LEVELS, L_NSPECTV, L_NGAUSS, L_REFVAR, NAERKIND 12 12 use radcommon_h, only: gasv, tlimit, wrefVAR, Cmk, tgasref, pfgasref,wnov,scalep,indv,glat_ig 13 use gases_h, only: gfrac, ngasmx, igas_H2, igas_H2O, igas_He, igas_N2, igas_CH4 13 use gases_h, only: gfrac, ngasmx, igas_H2, igas_H2O, igas_He, igas_N2, & 14 igas_CH4, igas_CO2 14 15 use comcstfi_mod, only: g, r, mugaz 15 16 use callkeys_mod, only: kastprof,continuum,graybody,callgasvis -
trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90
r2871 r2875 1463 1463 1464 1464 endif ! end of 'enertest' 1465 endif ! end of '.not.calltherm' 1465 else 1466 ! rneb_man, dqmoist are output of moistadj, but used later on 1467 ! so set them to zero if moistadj is not called 1468 rneb_man(:,:)=0 1469 dqmoist(:,:,:)=0 1470 endif ! end of '(.not.calltherm).and.moistadjustment' 1466 1471 1467 1472 ! Large scale condensation/evaporation. -
trunk/LMDZ.GENERIC/libf/phystd/sugas_corrk.F90
r2861 r2875 30 30 use comcstfi_mod, only: mugaz 31 31 use gases_h, only: gnom, ngasmx, & 32 igas_H2, igas_H2O, igas_He, igas_N2, igas_CH4 32 igas_H2, igas_H2O, igas_He, igas_N2, igas_CH4, & 33 igas_CO2 33 34 use ioipsl_getin_p_mod, only: getin_p 34 35 use callkeys_mod, only: varactive,varfixed,graybody,callgasvis,&
Note: See TracChangeset
for help on using the changeset viewer.