source: CONFIG/UNIFORM/v6/NEMO_v6/AA_make @ 5566

Last change on this file since 5566 was 5566, checked in by cetlod, 3 years ago

NEMOv6.1 : Adding new experiments using CMIP5 dyanmical fields to run PISCES offline

File size: 3.7 KB
Line 
1#- $Id$
2#-
3#- AA_make for IPSLCM5_v4 configuration
4#-
5
6MYSRC_DIR = $(shell /bin/pwd)
7
8all :
9        $(M_K) ORCA1LIM3PISCES
10
11
12ORCA2LIM3PISCES      : xios orca2lim3pisces
13
14ORCA2OFFPISCES       : xios orca2offpisces
15
16ORCA2OFFPISCESv5     : xios orca2offpiscesv5
17
18ORCA1OFFPISCES       : xios orca1offpisces
19
20ORCA1LIM3            : xios orca1lim3
21
22ORCA1LIM3PISCES      : xios orca1lim3pisces
23
24ORCA025LIM3          : xios orca025lim3
25
26ORCA025LIM3PISCES    : xios orca025lim3pisces
27
28ORCA025LIM3PISCESCRS : xios orca025lim3piscescrs
29
30xios: ../../modeles/XIOS
31        (cd ../../modeles/XIOS; ./make_xios --arch $(FCM_ARCH) --prod  --job 4 ; cp bin/xios_server.exe ../../bin/. ; )
32
33
34orca2lim3pisces:  ../../modeles/NEMOGCM/CONFIG
35        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_LIM3_PISCES -r ORCA1_LIM3_PISCES -j16  ; cp ORCA2_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca2lim3pisces.exe ; )
36
37orca2offpisces:  ../../modeles/NEMOGCM/CONFIG
38        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA2_OFF_PISCES -j16 add_key "key_xios2" ; cp ORCA2_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca2offpisces.exe ; )
39
40orca2offpiscesv5:  ../../modeles/NEMOGCM/CONFIG
41        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; cp ../../../config/NEMO_v6/SOURCES/*.F90 ORCA2_OFF_PISCES/MY_SRC/.  ; ./makenemo -m ${FCM_ARCH} -n ORCA2_OFF_PISCES -j16 add_key "key_xios2" del_key "key_trabbl"  ; cp ORCA2_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca2offpiscesv5.exe ; )
42
43orca1lim3:  ../../modeles/NEMOGCM/CONFIG
44        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3 -r ORCA1_LIM3_PISCES -j16  del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age key_cfc" ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca1lim3.exe ; )
45
46orca1lim3pisces:  ../../modeles/NEMOGCM/CONFIG
47        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_LIM3_PISCES -j16  ; cp ORCA1_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca1lim3pisces.exe ; )
48
49orca1offpisces:  ../../modeles/NEMOGCM/CONFIG
50        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA1_OFF_PISCES -j16  ; cp ORCA1_OFF_PISCES/BLD/bin/nemo.exe ../../../bin/orca1offpisces.exe ; )
51
52orca025lim3:  ../../modeles/NEMOGCM/CONFIG
53        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3 -r ORCA025_LIM3_PISCES -j16  del_key "key_mpp_rep key_nosignedzero key_top key_pisces key_age"  ; cp ORCA025_LIM3/BLD/bin/nemo.exe ../../../bin/orca025lim3.exe ; )
54
55orca025lim3pisces:  ../../modeles/NEMOGCM/CONFIG
56        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES -j16  ; cp ORCA025_LIM3_PISCES/BLD/bin/nemo.exe ../../../bin/orca025lim3pisces.exe ; )
57
58orca025lim3piscescrs:  ../../modeles/NEMOGCM/CONFIG
59        (cd ../../modeles/NEMOGCM/CONFIG; cp ../../../config/NEMO_v6/ARCH/arch-${FCM_ARCH}.fcm ../ARCH/. ; ./makenemo -m ${FCM_ARCH} -n ORCA025_LIM3_PISCES_CRS -r ORCA025_LIM3_PISCES -j16 add_key "key_crs"  ; cp ORCA025_LIM3_PISCES_CRS/BLD/bin/nemo.exe ../../../bin/orca025lim3piscescrs.exe ; )
60
61verif: ../../bin
62        ls -l ../../bin
63
64clean : cleanxios cleannemo
65        rm -rf $(LIBDIR)/* ; rm -f $(BINDIR)/*
66
67cleannemo :
68        ../../modeles/NEMOGCM/CONFIG/makenemo clean
69        rm -f $(BINDIR)/orca*.exe
70
71cleanxios :
72        rm -rf ../../modeles/XIOS/bin/ ../../modeles/XIOS/inc ../../modeles/XIOS/obj ../../modeles/XIOS/lib
Note: See TracBrowser for help on using the repository browser.