Changeset 1207


Ignore:
Timestamp:
Mar 12, 2014, 2:31:45 PM (11 years ago)
Author:
emillour
Message:

Mars GCM:
Bug fix in surfini.F, nb_ice array should be the size of the full grid.
Only was an issue when runiing in MPI and mode icelocationmode = 1
Note that it would make more sense for the initialization of watercaptag and co.
to be done in newstart, and that these values be stored in startfi.nc
EM

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r1156 r1207  
    19931993  it is IR absorption opacity (and is multiplied by 2.6 to be converted to
    19941994  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  
    5555      REAL        zelat,zelon
    5656
    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
    6258      INTEGER latice(jjm,2),lonice (iim,2) ! number of counts | detected ice along lat & lon axis
    6359
Note: See TracChangeset for help on using the changeset viewer.