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.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
Note: See TracChangeset for help on using the changeset viewer.