source: LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/flux_arp.h @ 3642

Last change on this file since 3642 was 3331, checked in by acozic, 6 years ago

Add modification for isotopes

  • Property svn:executable set to *
File size: 317 bytes
Line 
1!
2! $Id: flux_arp.h 2010-08-04 17:02:56Z lahellec $
3!
4      logical :: ok_flux_surf
5      logical :: ok_prescr_ust !for prescribed ustar
6      real :: fsens
7      real :: flat
8      real :: ust
9      real :: tg
10
11      common /flux_arp/fsens,flat,ust,tg,ok_flux_surf,ok_prescr_ust
12
13!$OMP THREADPRIVATE(/flux_arp/)
14
15
16
17
Note: See TracBrowser for help on using the repository browser.