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/dyn3dpar
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3dpar/gcm.F

    r1549 r1593  
    578578c$OMP1 COPYIN(purmats,forward,leapf,apphys,statcl,conser,apdiss,apdelq)
    579579c$OMP1 COPYIN(saison,ecripar,fxyhypb,ysinus,read_start,ok_guide)
    580 c$OMP1 COPYIN(ok_strato,tidal,ok_gradsfile,ok_limit,ok_etat0,physic)
    581 c$OMP1 COPYIN(grireg,iflag_phys,iflag_trac)
     580c$OMP1 COPYIN(ok_strato,tidal,ok_gradsfile,ok_limit,ok_etat0)
     581c$OMP1 COPYIN(iflag_phys,iflag_trac)
    582582
    583583
  • trunk/LMDZ.COMMON/libf/dyn3dpar/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)
     
    1616  !$OMP     apdiss,apdelq,saison,ecripar,fxyhypb,ysinus,              &
    1717  !$OMP     read_start,ok_guide,ok_strato,tidal,ok_gradsfile,         &
    18   !$OMP     ok_limit,ok_etat0,physic,grireg)
     18  !$OMP     ok_limit,ok_etat0)
    1919!$OMP THREADPRIVATE(iflag_phys,iflag_trac)
    2020
Note: See TracChangeset for help on using the changeset viewer.