Ignore:
Timestamp:
Mar 25, 2020, 3:40:24 PM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Some very minor fixes in the physics to be able to compile physics as a library:

  • remove reference to unused .h files located in the dynamics in nonoro_gwd_ran_mod.F
  • fix an OpenMP declaration in time_phylmdz_mod.F90

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/time_phylmdz_mod.F90

    r1525 r2266  
    33    IMPLICIT NONE
    44    REAL,SAVE    :: dtphys      ! physics time step (s)
    5 !$OMP THREADPRIVATE(pdtphys)
     5!$OMP THREADPRIVATE(dtphys)
    66    INTEGER,SAVE :: day_step    ! number of dynamical steps per day
    77                                ! (set via conf_phys)
Note: See TracChangeset for help on using the changeset viewer.