source: LMDZ6/trunk/libf/phylmd/planete_mod_h.f90 @ 5308

Last change on this file since 5308 was 5298, checked in by abarral, 39 hours ago

Turn planete.h comsoil.h into module
Remove obsolete message related to /scratch/ common

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
File size: 382 bytes
Line 
1MODULE planete_mod_h
2  IMPLICIT NONE; PRIVATE
3  PUBLIC aphelie, periheli, year_day, peri_day, obliquit, timeperi, e_elips, p_elips, unitastr
4
5  REAL aphelie, periheli, year_day, peri_day, obliquit, timeperi, e_elips, &
6          p_elips, unitastr
7
8  !$OMP THREADPRIVATE(aphelie, periheli, year_day, peri_day, obliquit, timeperi, e_elips, p_elips, unitastr)
9END MODULE planete_mod_h
Note: See TracBrowser for help on using the repository browser.