Changeset 3755 for LMDZ6/branches
- Timestamp:
- Jul 10, 2020, 6:16:52 PM (4 years ago)
- Location:
- LMDZ6/branches/Optimisation_LMDZ/libf/phylmd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/iophy.F90
r3752 r3755 1036 1036 1037 1037 ELSE 1038 #ifdef CPP_XIOS 1038 1039 IF (ok_all_xml) THEN 1039 1040 !$omp barrier … … 1044 1045 IF(.not. is_active) RETURN 1045 1046 ENDIF 1047 #endif 1046 1048 1047 1049 !Et sinon on.... écrit … … 1232 1234 CALL bcast_omp(swaerofree_diag) 1233 1235 ELSE 1236 #ifdef CPP_XIOS 1234 1237 IF (ok_all_xml) THEN 1235 1238 !$omp barrier … … 1240 1243 IF(.not. is_active) RETURN 1241 1244 ENDIF 1245 #endif 1242 1246 1243 1247 !Et sinon on.... écrit -
LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/phys_output_write_xios_preprocess.F90
r3754 r3755 4 4 #ifdef REPROBUS 5 5 USE phys_output_ctrlout_mod, ONLY: o_nas 6 USE CHEM_REP, ONLY: nas, nbnas , tnamenas, ttextnas6 USE CHEM_REP, ONLY: nas, nbnas 7 7 #endif 8 8 #ifdef CPP_StratAer … … 37 37 implicit none 38 38 #ifdef REPROBUS 39 !USE phys_output_ctrlout_mod, ONLY: o_nas 40 !USE CHEM_REP, ONLY: nas, nbnas 39 41 LOGICAL, PARAMETER :: ok_reprobus = .true. 40 42 #else … … 72 74 #endif 73 75 #ifdef CPP_RRTM 76 !USE YOESW, ONLY: RSUN 74 77 LOGICAL, PARAMETER :: ok_rrtm = .true. 78 #else 79 LOGICAL, PARAMETER :: ok_rrtm = .false. 80 REAL :: RSUN(6) 75 81 #endif 76 82 END MODULE
Note: See TracChangeset
for help on using the changeset viewer.