source: dynamico_lmdz/simple_physics/phyparam/param/comsaison.F90 @ 4187

Last change on this file since 4187 was 4176, checked in by dubos, 5 years ago

simple_physics : copy code from FH

File size: 191 bytes
Line 
1module comsaison
2   logical,save :: callsais
3   integer,save :: isaison
4   real,save :: dist_sol,declin
5!$OMP THREADPRIVATE(callsais,isaison,dist_sol,declin)
6contains
7 
8end module comsaison
Note: See TracBrowser for help on using the repository browser.