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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.