Ignore:
Timestamp:
Aug 27, 2014, 5:54:44 PM (10 years ago)
Author:
lguez
Message:

Abort if surface pressure becomes negative. The call to abort_gcm
already was in the sequential version but not in dyn3dpar nor in
dyn3dmem. In dyn3dmem, there is a variable checksum_all, which is
always true. The call to MPI_ALLREDUCE which should update
checksum_all is commented out. I do not know why (performance?).

Non-ASCII characters in comments are not always rendered properly and
they risk being lost. See revision [1740].

Bug fix in procedure convect2: the dimension len must be declared
before the array idcum which has this dimension. Bug fix in procedure
icefrac: the dimensions nl and len must be declared before the arrays
which have these dimensions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/clesphys.h

    r2007 r2110  
    44!
    55!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
    6 !                 veillez à n'utiliser que des ! pour les commentaires
    7 !                 et à bien positionner les & des lignes de continuation
     6!                 veillez \`a n'utiliser que des ! pour les commentaires
     7!                 et \`a bien positionner les & des lignes de continuation
    88!                 (les placer en colonne 6 et en colonne 73)
    99!
Note: See TracChangeset for help on using the changeset viewer.