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

Diff of /trunk/phylmd/indicesol.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 300 by guez, Mon Feb 5 10:39:38 2018 UTC revision 301 by guez, Thu Aug 2 17:23:07 2018 UTC
# Line 5  module indicesol Line 5  module indicesol
5    INTEGER, parameter:: nbsrf=4    INTEGER, parameter:: nbsrf=4
6    
7    INTEGER, parameter:: is_ter = 1 ! land    INTEGER, parameter:: is_ter = 1 ! land
8      ! Note: the first surface type must be land. pbl_surface must call
9      ! the land interface first because the ocean needs the run-off.
10    
11    INTEGER, parameter:: is_lic = 2 ! land ice    INTEGER, parameter:: is_lic = 2 ! land ice
12    
13    INTEGER, parameter:: is_oce = 3 ! ocean    INTEGER, parameter:: is_oce = 3 ! ocean
14      ! Ocean must be before sea ice.
15      
16    INTEGER, parameter:: is_sic = 4 ! sea ice    INTEGER, parameter:: is_sic = 4 ! sea ice
17    
18    REAL, parameter:: epsfra = 1E-5    REAL, parameter:: epsfra = 1E-5

Legend:
Removed from v.300  
changed lines
  Added in v.301

  ViewVC Help
Powered by ViewVC 1.1.21