- Timestamp:
- Jul 23, 2024, 3:29:36 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/acama_gwd_rando_m.F90
r5101 r5103 119 119 120 120 REAL, DIMENSION(klev+1) ::HREF 121 LOGICAL, SAVE :: gwd_reproductibilite_mpiomp=. true.121 LOGICAL, SAVE :: gwd_reproductibilite_mpiomp=.TRUE. 122 122 LOGICAL, SAVE :: firstCALL = .TRUE. 123 123 !$OMP THREADPRIVATE(firstcall,gwd_reproductibilite_mpiomp) … … 137 137 CALL abort_physic (modname,abort_message,1) 138 138 ENDIF 139 firstcall=. false.139 firstcall=.FALSE. 140 140 ! CALL iophys_ini(dtime) 141 141 ENDIF … … 258 258 ENDDO 259 259 !LAUNCH=22 ; LTROP=33 260 ! print*,'LAUNCH=',LAUNCH,'LTROP=',LTROP260 ! PRINT*,'LAUNCH=',LAUNCH,'LTROP=',LTROP 261 261 262 262
Note: See TracChangeset
for help on using the changeset viewer.