[630] | 1 | ! |
---|
[1319] | 2 | ! $Id: logic.h 1488 2011-02-17 15:23:03Z crisi $ |
---|
[630] | 3 | ! |
---|
[1000] | 4 | ! |
---|
| 5 | ! |
---|
| 6 | !----------------------------------------------------------------------- |
---|
| 7 | ! INCLUDE 'logic.h' |
---|
[630] | 8 | |
---|
[1000] | 9 | COMMON/logic/ purmats,iflag_phys,forward,leapf,apphys, & |
---|
| 10 | & statcl,conser,apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & |
---|
[1319] | 11 | & ,read_start,ok_guide,ok_strato,ok_gradsfile & |
---|
[1488] | 12 | & ,ok_limit,ok_etat0,grilles_gcm_netcdf |
---|
[630] | 13 | |
---|
[1000] | 14 | LOGICAL purmats,forward,leapf,apphys,statcl,conser, & |
---|
| 15 | & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & |
---|
[1319] | 16 | & ,read_start,ok_guide,ok_strato,ok_gradsfile & |
---|
[1488] | 17 | & ,ok_limit,ok_etat0,grilles_gcm_netcdf |
---|
[630] | 18 | |
---|
| 19 | INTEGER iflag_phys |
---|
[1000] | 20 | !$OMP THREADPRIVATE(/logic/) |
---|
| 21 | !----------------------------------------------------------------------- |
---|