Changeset 1216 for trunk/LMDZ.GENERIC/libf/phystd/condense_cloud.F90
- Timestamp:
- Apr 3, 2014, 9:09:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/condense_cloud.F90
r869 r1216 7 7 8 8 use radinc_h, only : naerkind 9 use gases_h 9 use gases_h, only: gfrac, igas_co2 10 10 use radii_mod, only : co2_reffrad 11 11 use aerosol_mod, only : iaero_co2 12 USE surfdat_h 13 USE comgeomfi_h 14 USE tracer_h 12 USE surfdat_h, only: albedodat, albedice, emisice, emissiv 13 USE comgeomfi_h, only: lati 14 USE tracer_h, only: noms, rho_co2 15 15 16 16 … … 453 453 ! -------------------------------------------------------------------- 454 454 DO ig=1,ngrid 455 IF( ig.GT.ngrid/2+1) THEN456 icap=2 455 IF(lati(ig).LT.0.) THEN 456 icap=2 ! Southern Hemisphere 457 457 ELSE 458 icap=1 458 icap=1 ! Nortnern hemisphere 459 459 ENDIF 460 460
Note: See TracChangeset
for help on using the changeset viewer.