Changeset 1207
- Timestamp:
 - Mar 12, 2014, 2:31:45 PM (12 years ago)
 - Location:
 - trunk/LMDZ.MARS
 - Files:
 - 
          
- 2 edited
 
- 
          README (modified) (1 diff)
 - 
          libf/phymars/surfini.F (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/LMDZ.MARS/README
r1156 r1207 1993 1993 it is IR absorption opacity (and is multiplied by 2.6 to be converted to 1994 1994 visible extinction opacity). 1995 1996 == 12/03/2014 == EM 1997 - Bug fix in surfini.F, nb_ice array should be the size of the full grid. 1998 Only was an issue when runiing in MPI and mode icelocationmode = 1 1999 Note that it would make more sense for the initialization of watercaptag and co. 2000 to be done in newstart, and that these values be stored in startfi.nc 2001  - 
        
trunk/LMDZ.MARS/libf/phymars/surfini.F
r1130 r1207 55 55 REAL zelat,zelon 56 56 57 #ifdef CPP_PARA 58 INTEGER nb_ice(ngrid,2) ! number of counts | detected ice for GCM grid 59 #else 60 INTEGER nb_ice(klon_glo,2) 61 #endif 57 INTEGER nb_ice(klon_glo,2) ! number of counts | detected ice for GCM grid 62 58 INTEGER latice(jjm,2),lonice (iim,2) ! number of counts | detected ice along lat & lon axis 63 59  
Note: See TracChangeset
          for help on using the changeset viewer.
      