Ignore:
Timestamp:
Jun 25, 2014, 1:19:59 PM (10 years ago)
Author:
emillour
Message:

Common dynamics:
Some updates to keep up with LMDZ5 Earth model evolution (up to LMDZ5 rev 1955).
Main change is the introduction of a "dyn3d_common" directory
to store files common to dyn3d and dyn3dpar.
See file "DOC/chantiers/commit_importants.log" for detailed list
of changes. These changes do not change results on test cases.
EM

Location:
trunk/LMDZ.COMMON/libf/dyn3d_common
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d_common/defrun.F

    r1299 r1300  
    370370        WRITE(tapeout,*)' La valeur de dzoomx passee par run.def est dif
    371371     *ferente de celle lue sur le fichier  start '
    372         CALL ABORT
     372        CALL ABORT_gcm("defrun", "", 1)
    373373       ENDIF
    374374
     
    376376        WRITE(tapeout,*)' La valeur de dzoomy passee par run.def est dif
    377377     *ferente de celle lue sur le fichier  start '
    378         CALL ABORT
     378        CALL ABORT_gcm("defrun", "", 1)
    379379       ENDIF
    380380
     
    382382        WRITE(6,*)' La valeur de taux passee par run.def est differente
    383383     *  de celle lue sur le fichier  start '
    384         CALL ABORT
     384        CALL ABORT_gcm("defrun", "", 1)
    385385       ENDIF
    386386
     
    388388        WRITE(6,*)' La valeur de tauy passee par run.def est differente
    389389     *  de celle lue sur le fichier  start '
    390         CALL ABORT
     390        CALL ABORT_gcm("defrun", "", 1)
    391391       ENDIF
    392392
Note: See TracChangeset for help on using the changeset viewer.