Changes between Version 7 and Version 8 of reduced_IPSLCM6
- Timestamp:
- 07/09/19 14:13:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
reduced_IPSLCM6
v7 v8 52 52 Edit the file `Makefile`. 53 53 54 Add the following sections to it, (be carefull that indented sections must use a `Tab` character for the makefile to work): 55 {{{ 56 IPSLCM6ALIM3-VLRNOP : 57 $(M_K) ORCA2LIM3xLMD9695-L39-NOPISCES-NOORCH 58 }}} 54 59 60 {{{ 61 ORCA2LIM3xLMD9695-L39-NOPISCES-NOORCH : libioipsl oasis3-mct xios orca2lim3nopisces lmdz96x95x39noorch verif 62 echo "ORCA2LIM3xLMD9695-L39-NOPISCES-NOORCH" >.resol 63 echo "RESOL_ATM_3D=96x95x39" >>.resol 64 echo "$(LIB_MPI)" >.libmpi 65 }}} 55 66 56 67