source:
dynamico_lmdz/simple_physics/phyparam/param/comsaison.F90
@
4187
Last change on this file since 4187 was 4176, checked in by , 5 years ago | |
---|---|
File size: 191 bytes |
Line | |
---|---|
1 | module comsaison |
2 | logical,save :: callsais |
3 | integer,save :: isaison |
4 | real,save :: dist_sol,declin |
5 | !$OMP THREADPRIVATE(callsais,isaison,dist_sol,declin) |
6 | contains |
7 | |
8 | end module comsaison |
Note: See TracBrowser
for help on using the repository browser.