Changeset 2944 for trunk/LMDZ.COMMON/libf/evolution/read_data_GCM.F90
- Timestamp:
- Apr 18, 2023, 10:41:16 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/read_data_GCM.F90
r2937 r2944 11 11 use comsoil_h, only: nsoilmx 12 12 USE comsoil_h_PEM, ONLY: soil_pem 13 13 use constants_marspem_mod,only: m_co2,m_noco2 14 14 IMPLICIT NONE 15 15 … … 55 55 56 56 INTEGER :: edges(4),corner(4) 57 INTEGER :: i,j,l,t 58 real ,save :: m_co2, m_noco2, A , B, mmean! Molar Mass of co2 and no co2, A;B intermediate variables to compute the mean molar mass of the layer57 INTEGER :: i,j,l,t ! loop variables 58 real :: A , B, mmean ! Molar Mass of co2 and no co2, A;B intermediate variables to compute the mean molar mass of the layer 59 59 60 60 INTEGER :: islope ! loop for variables … … 80 80 modname="read_data_gcm" 81 81 82 m_co2 = 44.01E-3 ! CO2 molecular mass (kg/mol)83 m_noco2 = 33.37E-3 ! Non condensible mol mass (kg/mol)84 82 A =(1/m_co2 - 1/m_noco2) 85 83 B=1/m_noco2
Note: See TracChangeset
for help on using the changeset viewer.