Ignore:
Timestamp:
Sep 9, 2016, 4:04:54 PM (8 years ago)
Author:
emillour
Message:

Common dynamics:

  • some cleanup around unused or unecessary parameters in the dynamics (ecritphy, grireg and physic) to harmonize with LMDZ5 (Earth dyn core).
  • associated changes in LMDZ.MARS and LMDZ.GENERIC

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/dyn3d/defrun_new.F

    r1422 r1593  
    4040      use sponge_mod,only: callsponge,nsponge,mode_sponge,tetasponge
    4141      use control_mod,only: nday, day_step, iperiod, anneeref,
    42      &                      iconser, idissip, iphysiq, ecritphy
    43       USE logic_mod, ONLY: hybrid,purmats,physic,grireg,fxyhypb,ysinus
     42     &                      iconser, idissip, iphysiq
     43      USE logic_mod, ONLY: hybrid,purmats,fxyhypb,ysinus,iflag_phys
    4444      USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy,
    4545     .                  alphax,alphay,taux,tauy
     
    210210        WRITE(lunout,*) ""
    211211        WRITE(lunout,*) "avec ou sans physique"
    212         physic=.true. ! default value
    213         call getin("physic",physic)
    214         WRITE(lunout,*)" physic = ",physic
     212!        physic=.true. ! default value
     213!        call getin("physic",physic)
     214!        WRITE(lunout,*)" physic = ",physic
     215        iflag_phys=1 ! default value
     216        call getin("iflag_phys",iflag_phys)
     217        WRITE(lunout,*)" iflag_phys = ",iflag_phys
    215218
    216219        WRITE(lunout,*) ""
     
    220223        WRITE(lunout,*)" iphysiq = ",iphysiq
    221224
    222         WRITE(lunout,*) ""
    223         WRITE(lunout,*) "choix d'une grille reguliere"
    224         grireg=.true.
    225         call getin("grireg",grireg)
    226         WRITE(lunout,*)" grireg = ",grireg
     225!        WRITE(lunout,*) ""
     226!        WRITE(lunout,*) "choix d'une grille reguliere"
     227!        grireg=.true.
     228!        call getin("grireg",grireg)
     229!        WRITE(lunout,*)" grireg = ",grireg
    227230
    228231ccc   .... P.Le Van, ajout le 03/01/96 pour l'ecriture phys ...
    229232c
    230         WRITE(lunout,*) ""
    231         WRITE(lunout,*) "frequence (en pas) de l'ecriture ",
    232      & "du fichier diagfi.nc"
    233         ecritphy=240
    234         call getin("ecritphy",ecritphy)
    235         WRITE(lunout,*)" ecritphy = ",ecritphy
     233!        WRITE(lunout,*) ""
     234!        WRITE(lunout,*) "frequence (en pas) de l'ecriture ",
     235!     & "du fichier diagfi.nc"
     236!        ecritphy=240
     237!        call getin("ecritphy",ecritphy)
     238!        WRITE(lunout,*)" ecritphy = ",ecritphy
    236239
    237240ccc  ....   P. Le Van , ajout  le 7/03/95 .pour le zoom ...
Note: See TracChangeset for help on using the changeset viewer.