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

Location:
trunk/LMDZ.COMMON/libf/dyn3d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90

    r1572 r1593  
    44SUBROUTINE conf_gcm( tapedef, etatinit )
    55
    6 USE control_mod
    76#ifdef CPP_IOIPSL
    87  use IOIPSL
     
    1110  use ioipsl_getincom
    1211#endif
     12  USE control_mod, ONLY: anneeref, config_inca, day_step, dayref, &
     13                         dissip_period, fractday, iapp_tracvl, &
     14                         iconser, iecri, ip_ebil_dyn, iperiod, &
     15                         iphysiq, less1day, nday, ndynstep, nsplit_phys, &
     16                         offline, ok_dyn_ave, ok_dyn_ins, ok_dynzon, &
     17                         output_grads_dyn, periodav, planet_type, &
     18                         raz_date, resetvarc, starttime, timestart
    1319  USE infotrac, ONLY : type_trac
    1420  use assert_m, only: assert
  • trunk/LMDZ.COMMON/libf/dyn3d/logic_mod.F90

    r1422 r1593  
    66     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
    77     &  ,read_start,ok_guide,ok_strato,tidal,ok_gradsfile               &
    8      &  ,ok_limit,ok_etat0,physic,grireg
     8     &  ,ok_limit,ok_etat0
    99      logical hybrid ! vertical coordinate is hybrid if true (sigma otherwise)
    1010                     ! (only used if disvert_type==2)
Note: See TracChangeset for help on using the changeset viewer.