- Timestamp:
- 06/26/07 14:07:17 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/trunk/IPSLCM4_v2/AA_make
r45 r76 33 33 if [ -s ./.resol ] ; then gmake `cat .resol` ; else gmake ORCA2xLMD9671 ; fi 34 34 35 ORCA4xLMD7245 : libioipsl oasis3 lib parameters libstomate libsechibalmdz7245 orca435 ORCA4xLMD7245 : libioipsl oasis3 liborchidee lmdz7245 orca4 36 36 echo "ORCA4xLMD7245" >.resol 37 37 echo "$(LIB_MPI)" >.libmpi 38 38 39 ORCA2xLMD7245 : libioipsl oasis3 lib parameters libstomate libsechibalmdz7245 orca239 ORCA2xLMD7245 : libioipsl oasis3 liborchidee lmdz7245 orca2 40 40 echo "ORCA2xLMD7245" >.resol 41 41 echo "$(LIB_MPI)" >.libmpi 42 42 43 ORCA2xLMD9671 : libioipsl oasis3 lib parameters libstomate libsechibalmdz9671 orca243 ORCA2xLMD9671 : libioipsl oasis3 liborchidee lmdz9671 orca2 44 44 echo "ORCA2xLMD9671" >.resol 45 45 echo "$(LIB_MPI)" >.libmpi 46 46 47 ORCA2xLMD14496 : libioipsl oasis3 lib parameters libstomate libsechibalmdz14496 orca247 ORCA2xLMD14496 : libioipsl oasis3 liborchidee lmdz14496 orca2 48 48 echo "ORCA2xLMD14496" >.resol 49 49 echo "$(LIB_MPI)" >.libmpi 50 50 51 ORCA2xLMD144142 : libioipsl oasis3 lib parameters libstomate libsechibalmdz144142 orca251 ORCA2xLMD144142 : libioipsl oasis3 liborchidee lmdz144142 orca2 52 52 echo "ORCA2xLMD144142" >.resol 53 53 echo "$(LIB_MPI)" >.libmpi … … 62 62 (cd $(PRISM_DIR) ; ./util/compile/frames/Create_COMP_libs.frm - - "${PRISM_NAME}" "${LIB_MPI_BIS}" ; ./util/compile/frames/Create_COMP_models.frm oasis3 "${LIB_MPI_BIS}" - - "${PRISM_NAME}" "" "" ; ) 63 63 64 libparameters : 65 (cd ../../modeles/ORCHIDEE/src_parameters ; $(M_K) -f Makefile) 66 67 libsechiba : 68 (cd ../../modeles/ORCHIDEE/src_sechiba ; $(M_K) -f Makefile) 69 70 libstomate : 71 (cd ../../modeles/ORCHIDEE/src_stomate ; $(M_K) -f Makefile) 72 73 precsechiba : 74 (cd ../../modeles/ORCHIDEE/src_parameters ; $(M_K) -f Makefile checkprec) 64 liborchidee : 65 (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile) 75 66 76 67 config : libioipsl 77 68 (cd ../../modeles/IOIPSL/src; $(M_K) -f Makefile config) 78 (cd ../../modeles/ORCHIDEE/src_parameters; $(M_K) -f Makefile config) 79 (cd ../../modeles/ORCHIDEE/src_sechiba; $(M_K) -f Makefile config) 80 (cd ../../modeles/ORCHIDEE/src_stomate; $(M_K) -f Makefile config) 69 (cd ../../modeles/ORCHIDEE/; $(M_K) -f Makefile config) 81 70 $(BINDIR)/Fparser -main -name ORCHIDEE_OL $(MODS1) 82 71 $(SCPDIR)/build_tkmenus
Note: See TracChangeset
for help on using the changeset viewer.