/[lmdze]/trunk/phylmd/indicesol.f90
ViewVC logotype

Contents of /trunk/phylmd/indicesol.f90

Parent Directory Parent Directory | Revision Log Revision Log


Revision 76 - (show annotations)
Fri Nov 15 18:45:49 2013 UTC (10 years, 6 months ago) by guez
File size: 373 byte(s)
Moved everything out of libf.
1 module indicesol
2
3 implicit none
4
5 INTEGER, parameter:: nbsrf=4
6 INTEGER, parameter:: is_oce=3 ! ocean
7 INTEGER, parameter:: is_sic = 4 ! sea ice
8 INTEGER, parameter:: is_ter = 1 ! land
9 INTEGER, parameter:: is_lic = 2 ! land ice
10 REAL, parameter:: epsfra = 1E-05
11 CHARACTER(len=*), parameter:: clnsurf(nbsrf) = (/'ter', 'lic', 'oce', 'sic'/)
12
13 end module indicesol

  ViewVC Help
Powered by ViewVC 1.1.21