Changeset 5158 for LMDZ6/branches/Amaury_dev/libf/phylmd/cosp/gases.F90
- Timestamp:
- Aug 2, 2024, 2:12:03 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/cosp/gases.F90
r5099 r5158 126 126 sumo = 0. 127 127 aux1 = 1.1*e_th 128 doi=1,nbands_o2128 DO i=1,nbands_o2 129 129 aux2 = f/v0(i) 130 130 aux3 = v0(i)-f … … 151 151 sumo = 0. 152 152 aux1 = 4.8*e_th 153 doi=1,nbands_h2o153 DO i=1,nbands_h2o 154 154 aux2 = f/v1(i) 155 155 aux3 = v1(i)-f
Note: See TracChangeset
for help on using the changeset viewer.