Changeset 2429 for LMDZ5/trunk/libf/phy_common/mod_phys_lmdz_para.F90
- Timestamp:
- Jan 27, 2016, 1:43:09 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phy_common/mod_phys_lmdz_para.F90
-
Property
svn:keywords
changed from
Author Date Id Revision
toId
r2351 r2429 1 1 ! 2 ! $Header$2 ! $Id$ 3 3 ! 4 4 MODULE mod_phys_lmdz_para … … 11 11 LOGICAL,SAVE :: is_parallel 12 12 LOGICAL,SAVE :: is_master 13 13 14 14 15 !$OMP THREADPRIVATE(klon_loc,is_master) … … 41 42 is_parallel=.FALSE. 42 43 ENDIF 44 45 43 46 44 47 END SUBROUTINE Init_phys_lmdz_para -
Property
svn:keywords
changed from
Note: See TracChangeset
for help on using the changeset viewer.