Changeset 1542 for trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90
- Timestamp:
- Apr 18, 2016, 8:45:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/condense_co2.F90
r1526 r1542 11 11 use aerosol_mod, only : iaero_co2 12 12 USE surfdat_h, only: emisice, emissiv 13 USE comgeom fi_h, only: lati13 USE comgeomphy, only: latitude ! in radians 14 14 USE tracer_h, only: noms, rho_co2 15 15 use comcstfi_mod, only: g, r, cpp … … 430 430 DO ig=1,ngrid 431 431 432 IF(lati (ig).LT.0.) THEN432 IF(latitude(ig).LT.0.) THEN 433 433 icap=2 ! Southern Hemisphere 434 434 ELSE
Note: See TracChangeset
for help on using the changeset viewer.