Changeset 4593 for LMDZ6/trunk/libf/phylmd/cosp
- Timestamp:
- Jun 29, 2023, 3:55:54 PM (18 months ago)
- Location:
- LMDZ6/trunk/libf/phylmd/cosp
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp.F90
r3233 r4593 23 23 ! OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 24 25 #include"cosp_defs.h"25 INCLUDE "cosp_defs.h" 26 26 MODULE MOD_COSP 27 27 USE MOD_COSP_TYPES -
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_constants.F90
r3286 r4593 33 33 ! 34 34 35 #include"cosp_defs.h"35 INCLUDE "cosp_defs.h" 36 36 MODULE MOD_COSP_CONSTANTS 37 37 IMPLICIT NONE -
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_simulator.F90
r3233 r4593 31 31 ! 32 32 33 #include"cosp_defs.h"33 INCLUDE "cosp_defs.h" 34 34 MODULE MOD_COSP_SIMULATOR 35 35 USE MOD_COSP_CONSTANTS, ONLY: I_RADAR, I_LIDAR, I_ISCCP, I_MISR, I_MODIS, & -
LMDZ6/trunk/libf/phylmd/cosp/mod_cosp_stats.F90
r3233 r4593 36 36 ! 37 37 ! 38 #include"cosp_defs.h"38 INCLUDE "cosp_defs.h" 39 39 MODULE MOD_COSP_STATS 40 40 USE MOD_COSP_CONSTANTS -
LMDZ6/trunk/libf/phylmd/cosp/phys_cosp.F90
r3435 r4593 73 73 74 74 !! AI rajouter 75 #include"cosp_defs.h"75 INCLUDE "cosp_defs.h" 76 76 USE MOD_COSP_CONSTANTS 77 77 USE MOD_COSP_TYPES
Note: See TracChangeset
for help on using the changeset viewer.