Changeset 5294 for LMDZ6/trunk/libf
- Timestamp:
- Oct 29, 2024, 7:35:00 PM (3 days ago)
- Location:
- LMDZ6/trunk/libf/phylmd/rrtm
- Files:
-
- 1 deleted
- 28 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/rrtm/aeropt_6bands_rrtm.F90
r4165 r5294 11 11 USE aero_mod 12 12 USE YOMCST, ONLY: RG 13 13 ! Temporary fix waiting for cleaner interface (or not) 14 USE clesphys_mod_h, ONLY: NSW 15 14 16 ! Yves Balkanski le 12 avril 2006 15 17 ! Celine Deandreis … … 21 23 IMPLICIT NONE 22 24 ! 23 INCLUDE "clesphys.h"25 !! INCLUDE "clesphys.h" 24 26 ! 25 27 ! Input arguments: -
LMDZ6/trunk/libf/phylmd/rrtm/aeropt_lw_rrtm.F90
r3288 r5294 15 15 USE YOERAD, ONLY: NLW 16 16 USE YOMCST, ONLY: RG 17 17 ! Temporary fix waiting for cleaner interface (or not) 18 USE clesphys_mod_h, ONLY: NSW 19 18 20 IMPLICIT NONE 19 21 20 INCLUDE "clesphys.h"22 !! INCLUDE "clesphys.h" 21 23 ! 22 24 ! Input arguments: -
LMDZ6/trunk/libf/phylmd/rrtm/lwu.F90
r5252 r5294 77 77 USE infotrac_phy, ONLY : type_trac 78 78 USE lmdz_cppkeys_wrapper, ONLY: CPPKEY_REPROBUS 79 ! Temporary fix waiting for cleaner interface (or not) 80 USE clesphys_mod_h, ONLY: NSW, RCFC11, RCFC12, RCH4, RN2O 79 81 80 82 IMPLICIT NONE … … 94 96 REAL(KIND=JPRB) ,INTENT(OUT) :: PABCU(KLON,NUA,3*KLEV+1) 95 97 96 #include "clesphys.h"98 !!include "clesphys.h" 97 99 !----------------------------------------------------------------------- 98 100 -
LMDZ6/trunk/libf/phylmd/rrtm/radlsw.F90
r3539 r5294 16 16 17 17 use write_field_phy 18 ! Temporary fix waiting for cleaner interface (or not) 19 USE clesphys_mod_h, ONLY: NSW 18 20 19 21 !**** *RADLSW* - INTERFACE TO ECMWF LW AND SW RADIATION SCHEMES … … 155 157 IMPLICIT NONE 156 158 157 include "clesphys.h"159 !!include "clesphys.h" 158 160 !!include "clesrrtm.h" 159 161 include "YOETHF.h" -
LMDZ6/trunk/libf/phylmd/rrtm/radlsw.intfb.h
r2146 r5294 21 21 & RCCNLND, RCCNSEA, RLWINHF, RSWINHF, RRe2De ,& 22 22 & LEDBUG 23 include "clesphys.h" 23 ! Temporary fix waiting for cleaner interface (or not) 24 USE clesphys_mod_h, ONLY: NSW 25 !!include "clesphys.h" 24 26 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 25 27 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/read_rsun_rrtm.F90
r5084 r5294 17 17 18 18 USE YOESW, ONLY : RSUN 19 19 ! Temporary fix waiting for cleaner interface (or not) 20 USE clesphys_mod_h, ONLY: NSW, solaire 21 20 22 IMPLICIT NONE 21 23 22 INCLUDE "clesphys.h"24 !! INCLUDE "clesphys.h" 23 25 24 26 ! Input arguments -
LMDZ6/trunk/libf/phylmd/rrtm/readaerosol_optic_rrtm.F90
r4124 r5294 22 22 USE infotrac_phy, ONLY: tracers, nqtot, nbtr 23 23 USE YOMCST 24 24 ! Temporary fix waiting for cleaner interface (or not) 25 USE clesphys_mod_h, ONLY: NSW 26 25 27 IMPLICIT NONE 26 28 27 include "clesphys.h"29 !! include "clesphys.h" 28 30 29 31 ! Input arguments -
LMDZ6/trunk/libf/phylmd/rrtm/readaerosolstrato2_rrtm.F90
r5084 r5294 20 20 USE YOMCST 21 21 USE lmdz_xios 22 22 ! Temporary fix waiting for cleaner interface (or not) 23 USE clesphys_mod_h, ONLY: NSW 24 23 25 IMPLICIT NONE 24 26 25 INCLUDE "clesphys.h"27 !! INCLUDE "clesphys.h" 26 28 27 29 CHARACTER (len = 80) :: abort_message -
LMDZ6/trunk/libf/phylmd/rrtm/recmwf_aero.F90
r4875 r5294 164 164 USE YOMARPHY , ONLY : LRDUST 165 165 USE phys_output_mod, ONLY : swaerofree_diag, swaero_diag 166 166 ! Temporary fix waiting for cleaner interface (or not) 167 USE clesphys_mod_h, ONLY: NSW 168 167 169 !----------------------------------------------------------------------- 168 170 … … 171 173 172 174 IMPLICIT NONE 173 INCLUDE "clesphys.h"175 !! INCLUDE "clesphys.h" 174 176 175 177 INTEGER(KIND=JPIM),INTENT(IN) :: KPROMA -
LMDZ6/trunk/libf/phylmd/rrtm/rrtm_ecrt_140gp.F90
r2626 r5294 33 33 !MPL/IM 20160915 on prend GES de phylmd USE YOERDI , ONLY : RCH4 ,RN2O ,RCFC11 ,RCFC12 34 34 USE YOESW , ONLY : RAER 35 ! Temporary fix waiting for cleaner interface (or not) 36 USE clesphys_mod_h, ONLY: NSW, rcfc11, rcfc12, rch4, rn2o 35 37 36 38 !------------------------------Arguments-------------------------------- … … 114 116 115 117 !MPL/IM 20160915 on prend GES de phylmd 116 #include "clesphys.h"118 !!#include "clesphys.h" 117 119 ! *** 118 120 -
LMDZ6/trunk/libf/phylmd/rrtm/rrtm_rrtm_140gp.intfb.h
r2146 r5294 14 14 & JPINPX 15 15 !-NLW in clesphys now OB 16 include "clesphys.h" 16 ! Temporary fix waiting for cleaner interface (or not) 17 USE clesphys_mod_h, ONLY: NSW 18 !!include "clesphys.h" 17 19 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 18 20 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/srtm_srtm_224gp.F90
r2027 r5294 23 23 USE YOMPHY3 , ONLY : RII0 24 24 USE YOMCST , ONLY : RI0 25 25 ! Temporary fix waiting for cleaner interface (or not) 26 USE clesphys_mod_h, ONLY: NSW, rch4, rn2o 26 27 27 28 28 29 IMPLICIT NONE 29 30 30 #include "clesphys.h"31 !!#include "clesphys.h" 31 32 32 33 !-- Input arguments -
LMDZ6/trunk/libf/phylmd/rrtm/srtm_srtm_224gp_mcica.F90
r2626 r5294 21 21 USE YOMPHY3 , ONLY : RII0 22 22 USE YOMCST , ONLY : RI0 23 ! Temporary fix waiting for cleaner interface (or not) 24 USE clesphys_mod_h, ONLY: NSW, rch4, rn2o 23 25 24 26 IMPLICIT NONE … … 134 136 #include "srtm_spcvrt_mcica.intfb.h" 135 137 !MPL/IM 20160915 on prend GES de phylmd 136 #include "clesphys.h"138 !!#include "clesphys.h" 137 139 138 140 !----------------------------------------------------------------------- -
LMDZ6/trunk/libf/phylmd/rrtm/suecrad.F90
r4251 r5294 155 155 USE YOMDYN , ONLY : NDLNPR 156 156 157 ! Temporary fix waiting for cleaner interface (or not) 158 USE clesphys_mod_h, ONLY: NSW, CFC11_ppt, CFC12_ppt, CH4_ppb, CO2_ppm, iflag_rrtm, N2O_ppb, overlap 159 157 160 IMPLICIT NONE 158 161 … … 243 246 ! ---------------------------------------------------------------- 244 247 245 #include "clesphys.h"248 !#include "clesphys.h" 246 249 #include "naerad.h" 247 250 #include "namrgri.h" -
LMDZ6/trunk/libf/phylmd/rrtm/suecrad15.F90
r1990 r5294 78 78 USE YOMPRAD , ONLY : LODBGRADI,LODBGRADL 79 79 USE YOMRADF , ONLY : EMTD ,EMTU ,TRSW ,RMOON 80 ! Temporary fix waiting for cleaner interface (or not) 81 USE clesphys_mod_h, ONLY: NSW 80 82 81 83 IMPLICIT NONE 82 84 83 include "clesphys.h"85 !!include "clesphys.h" 84 86 85 87 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/suphec.F90
r2799 r5294 88 88 USE YOMCT0 , ONLY : LSCMEC ,LROUGH ,REXTZ0M ,REXTZ0H 89 89 USE vertical_layers_mod, ONLY: ap,bp 90 ! Temporary fix waiting for cleaner interface (or not) 91 USE clesphys_mod_h, ONLY: NSW 90 92 91 93 IMPLICIT NONE 92 94 include "YOETHF.h" 93 include "clesphys.h"95 !!include "clesphys.h" 94 96 95 97 INTEGER(KIND=JPIM),INTENT(IN) :: KULOUT -
LMDZ6/trunk/libf/phylmd/rrtm/sw.F90
r2010 r5294 74 74 ! NSW mis dans .def MPL 20140211 75 75 USE write_field_phy 76 ! Temporary fix waiting for cleaner interface (or not) 77 USE clesphys_mod_h, ONLY: NSW 76 78 77 79 IMPLICIT NONE 78 80 79 include "clesphys.h"81 !!include "clesphys.h" 80 82 81 83 integer, save :: icount=0 -
LMDZ6/trunk/libf/phylmd/rrtm/sw.intfb.h
r1990 r5294 13 13 & ) 14 14 USE PARKIND1 ,ONLY : JPIM ,JPRB 15 include "clesphys.h" 15 ! Temporary fix waiting for cleaner interface (or not) 16 USE clesphys_mod_h, ONLY: NSW 17 !!include "clesphys.h" 16 18 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 17 19 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/sw1s.F90
r2192 r5294 73 73 ! NSW mis dans .def MPL 20140211 74 74 USE write_field_phy 75 ! Temporary fix waiting for cleaner interface (or not) 76 USE clesphys_mod_h, ONLY: NSW 75 77 76 78 IMPLICIT NONE 77 79 78 include "clesphys.h"80 !!include "clesphys.h" 79 81 80 82 INTEGER(KIND=JPIM),INTENT(IN) :: KLON -
LMDZ6/trunk/libf/phylmd/rrtm/sw1s.intfb.h
r1990 r5294 8 8 & ) 9 9 USE PARKIND1 ,ONLY : JPIM ,JPRB 10 include "clesphys.h" 10 ! Temporary fix waiting for cleaner interface (or not) 11 USE clesphys_mod_h, ONLY: NSW 12 !!include "clesphys.h" 11 13 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 12 14 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/swclr.F90
r2044 r5294 70 70 USE YOERDI , ONLY : REPCLC 71 71 USE YOERDU , ONLY : REPSCT 72 ! Temporary fix waiting for cleaner interface (or not) 73 USE clesphys_mod_h, ONLY: NSW 72 74 73 75 IMPLICIT NONE 74 INCLUDE "clesphys.h"76 !!INCLUDE "clesphys.h" 75 77 76 78 INTEGER(KIND=JPIM),INTENT(IN) :: KLON -
LMDZ6/trunk/libf/phylmd/rrtm/swclr.intfb.h
r1990 r5294 8 8 USE PARKIND1 ,ONLY : JPIM ,JPRB 9 9 USE YOERAD , ONLY : NOVLP 10 include "clesphys.h" 10 ! Temporary fix waiting for cleaner interface (or not) 11 USE clesphys_mod_h, ONLY: NSW 12 !!include "clesphys.h" 11 13 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 12 14 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/swni.F90
r2401 r5294 81 81 USE YOERDU , ONLY : REPLOG ,REPSCQ ,REPSC 82 82 USE write_field_phy 83 ! Temporary fix waiting for cleaner interface (or not) 84 USE clesphys_mod_h, ONLY: NSW 83 85 84 86 IMPLICIT NONE 85 87 86 include "clesphys.h"88 !!include "clesphys.h" 87 89 88 90 character*1 str1 -
LMDZ6/trunk/libf/phylmd/rrtm/swni.intfb.h
r1990 r5294 9 9 USE PARKIND1 ,ONLY : JPIM ,JPRB 10 10 USE YOERAD , ONLY : NOVLP 11 include "clesphys.h" 11 ! Temporary fix waiting for cleaner interface (or not) 12 USE clesphys_mod_h, ONLY: NSW 13 !!include "clesphys.h" 12 14 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 13 15 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/swr.F90
r2596 r5294 66 66 USE YOEOVLP , ONLY : RA1OVLP 67 67 USE write_field_phy 68 ! Temporary fix waiting for cleaner interface (or not) 69 USE clesphys_mod_h, ONLY: NSW 68 70 69 71 IMPLICIT NONE 70 72 71 include "clesphys.h"73 !!include "clesphys.h" 72 74 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 73 75 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/swr.intfb.h
r1990 r5294 8 8 USE PARKIND1 ,ONLY : JPIM ,JPRB 9 9 USE YOERAD , ONLY : NOVLP 10 include "clesphys.h" 10 ! Temporary fix waiting for cleaner interface (or not) 11 USE clesphys_mod_h, ONLY: NSW 12 !!include "clesphys.h" 11 13 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 12 14 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/swu.F90
r1990 r5294 64 64 & RTDH2O ,RTDUMG ,RTH2O ,RTUMG 65 65 USE YOEOVLP , ONLY : RA1OVLP 66 ! Temporary fix waiting for cleaner interface (or not) 67 USE clesphys_mod_h, ONLY: NSW 66 68 67 69 IMPLICIT NONE 68 70 69 include "clesphys.h"71 !!include "clesphys.h" 70 72 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 71 73 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV -
LMDZ6/trunk/libf/phylmd/rrtm/swu.intfb.h
r1990 r5294 7 7 USE PARKIND1 ,ONLY : JPIM ,JPRB 8 8 USE YOERAD , ONLY : NOVLP 9 include "clesphys.h" 9 ! Temporary fix waiting for cleaner interface (or not) 10 USE clesphys_mod_h, ONLY: NSW 11 !!include "clesphys.h" 10 12 INTEGER(KIND=JPIM),INTENT(IN) :: KLON 11 13 INTEGER(KIND=JPIM),INTENT(IN) :: KLEV
Note: See TracChangeset
for help on using the changeset viewer.