Changeset 2860 for trunk/LMDZ.GENERIC/libf/phystd/optci.F90
- Timestamp:
- Jan 4, 2023, 12:42:33 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/optci.F90
r2655 r2860 200 200 call interpolateN2H2(wn_cont,T_cont,p_cross,p_cont,dtempc,.false.,interm) 201 201 indi(nw,igas,jgas) = interm 202 elseif(jgas.eq.igas_CO2)then 203 interm = indi(nw,igas,jgas) 204 call interpolateCO2H2(wn_cont,T_cont,p_cross,p_cont,dtempc,.false.,interm) 205 indi(nw,igas,jgas) = interm 202 206 elseif(jgas.eq.igas_He)then 203 207 interm = indi(nw,igas,jgas)
Note: See TracChangeset
for help on using the changeset viewer.