Changeset 3752 for LMDZ6/branches/Optimisation_LMDZ/libf/phylmd
- Timestamp:
- Jul 8, 2020, 7:49:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/iophy.F90
r3751 r3752 1039 1039 !$omp barrier 1040 1040 !$omp master 1041 is_active = xios_field_is_active(var%name, at_current_timestep_arg=. true.)1041 is_active = xios_field_is_active(var%name, at_current_timestep_arg=.false.) 1042 1042 !$omp end master 1043 1043 !$omp barrier … … 1235 1235 !$omp barrier 1236 1236 !$omp master 1237 is_active = xios_field_is_active(var%name, at_current_timestep_arg=. true.)1237 is_active = xios_field_is_active(var%name, at_current_timestep_arg=.false.) 1238 1238 !$omp end master 1239 1239 !$omp barrier
Note: See TracChangeset
for help on using the changeset viewer.