Changeset 3755 for LMDZ6/branches/Optimisation_LMDZ/libf/phylmd/phys_output_write_xios_preprocess.F90
- Timestamp:
- Jul 10, 2020, 6:16:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.