Changeset 1543 for trunk/LMDZ.MARS/libf/phymars/albedocaps.F90
- Timestamp:
- Apr 22, 2016, 9:02:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/albedocaps.F90
r1541 r1543 6 6 ! to use the 'getin' routine 7 7 use ioipsl_getincom, only: getin 8 use comgeomphy, only: latitude ! grid point latitudes (rad)8 use geometry_mod, only: latitude ! grid point latitudes (rad) 9 9 use surfdat_h, only: TESicealbedo, TESice_Ncoef, TESice_Scoef, & 10 10 emisice, albedice, watercaptag, albedo_h2o_ice, & … … 87 87 subroutine TES_icecap_albedo(zls,ig,alb,icap) 88 88 89 use comgeomphy, only: latitude, longitude ! in radians89 use geometry_mod, only: latitude, longitude ! in radians 90 90 use surfdat_h, only: albedice, TESice_Ncoef, TESice_Scoef 91 91 use netcdf, only: nf90_open, NF90_NOWRITE, NF90_NOERR, &
Note: See TracChangeset
for help on using the changeset viewer.