New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm2_postproc_hpc.cfg in vendors/test/repos/trunk/cfg – NEMO

source: vendors/test/repos/trunk/cfg/fcm2_postproc_hpc.cfg @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

  • Property svn:mime-type set to text/x-shellscript
File size: 13.2 KB
Line 
1steps = extract mirror
2
3mirror.target = $HPC:$THIS_RUN_DIR_HPC
4mirror.prop{config-file.steps} = preprocess build
5mirror.prop{rsync.flags} = -a --exclude='.*' --delete-excluded --timeout=900 --rsh='ssh -oBatchMode=yes' -v
6
7extract.ns = gen ops pp ppancil rst site_ext ver
8extract.location[pp] = trunk@2728
9extract.path-excl[pp] = /
10extract.path-incl[pp] = CDP \
11                      \ SCW \
12                      \ cloud \
13                      \ frasia \
14                      \ get_metdb_obs \
15                      \ model_processing \
16                      \ moses-pdm-rfm \
17                      \ precip \
18                      \ precip_fcst \
19                      \ pressure_wind \
20                      \ product_gen \
21                      \ scripts \
22                      \ steps \
23                      \ utilities \
24                      \ verification \
25                      \ visibility
26
27extract.location[ppancil] = trunk@2524
28extract.path-excl[ppancil] = web
29
30extract.location{primary}[site_ext] = svn://fcm9/PostProc_svn/SiteExtract
31extract.location[site_ext] = trunk@2481
32extract.path-root[site_ext] = FssMod_DMO
33
34extract.location[gen] = trunk@3015
35extract.path-root[gen] = src/code
36extract.path-excl[gen] = GenMod_ModelIO
37
38extract.location{primary}[rst] = svn://fcm9/PostProc_svn/RoadTemp
39extract.location[rst] = trunk@2416
40extract.path-excl[rst] = /
41extract.path-incl[rst] = src scripts
42
43extract.location[ver] = trunk@4739
44extract.path-root[ver] = src/code
45extract.path-excl[ver] = /
46extract.path-incl[ver] = VerMod_FieldsIO VerMod_General VerMod_Grid
47
48extract.location[ops] = trunk@18088
49extract.path-root[ops] = src/code
50extract.path-excl[ops] = /
51extract.path-incl[ops] = OpsMod_MOPS OpsMod_ObsInfo OpsMod_Constants
52
53preprocess.ns-excl = pp ppancil site_ext rst ops
54preprocess.ns-incl = pp/utilities pp/steps pp/get_metdb_obs/MetDB_source rst/src
55preprocess.prop{cpp} = xlC_r
56preprocess.prop{cpp.flags} = -E -C
57preprocess.prop{cpp.defs}[pp/get_metdb_obs/MetDB_source] = LOWERCASE L64 UNDERSCORE
58preprocess.prop{cpp.defs}[gen] = C_LOW_U FRL8 C_LONG_INT NEC VAROPSVER UTILIO UNDERSCORE LOWERCASE
59preprocess.prop{fpp.flags} = -E -P -traditional
60preprocess.prop{fpp.defs}[gen] = C_LOW_U FRL8 C_LONG_INT NEC VAROPSVER UTILIO UNDERSCORE UPPERCASE
61preprocess.prop{fpp.defs}[rst] = NEC
62preprocess.prop{no-dep.include}  = gc_constants.h gc_kinds.h gc_options.h
63
64build.target = PPQYINTERP.ksh run_nae_pp.ksh run_qv_downscaling.ksh run_glo_pp.ksh run_EuroPP.ksh first_start.ksh PP4KOPER.ksh
65build.prop{cc} = xlC_r
66build.prop{fc} = xlf90_r
67build.prop{no-dep.f.module} = f90_unix_io
68build.prop{file-ext.script} = .ksh
69build.prop{dep.o}[pp/get_metdb_obs/get_metdb_obs.f90] = pout_i8.o
70build.prop{dep.o}[pp/precip/lightning_merge.f] = get_free_lun.o
71build.prop{dep.o}[pp/precip/mask_radar.f90] = nimrod_open.o nimrod_header.o
72build.prop{cc.flags-ld}[pp/steps]     = -L/home/nwp/fr/ihab/fftw_opt/lib/ -lfftw3 -I/home/nwp/fr/ihab/fftw_opt/include/
73build.prop{cc.flags}                  = -qarch=pwr6 -qtune=pwr6 -O0 -qhot
74build.prop{cc.flags}[gen]             = -qarch=pwr6 -qtune=pwr6 -O0 -qhot -qrealsize=8 -qintsize=8
75build.prop{cc.flags}[pp/get_metdb_obs/MetDB_source] =
76build.prop{cc.flags}[pp/steps]        = -O0 -qarch=pwr6 -qtune=pwr6 -q64 -I/home/nwp/fr/ihab/fftw_opt/include/
77build.prop{fc.flags-ld}[rst]          = -L/projects/um1/gcom/gcom3.2/meto_ibm_pwr6_serial/lib -lgcom -bnoquiet -L/projects/um1/lib -lsig -L/usr/lib -lmass -lessl -qsmp
78build.prop{fc.flags-ld}[pp/model_processing/format.f90] = -L/projects/um1/gcom/gcom3.2/meto_ibm_pwr6_serial/lib -lgcom
79build.prop{fc.flags}                  = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
80build.prop{fc.flags}[rst ver ops]     = -qarch=pwr6 -qtune=pwr6 -O0 -qfullpath -qextname -qrealsize=8 -qintsize=8
81build.prop{fc.flags}[gen]             = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qrealsize=8 -qintsize=8
82build.prop{fc.flags}[gen/UM_COEX]     = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qrealsize=8 -qintsize=8 -qfixed=132
83build.prop{fc.flags}[gen/UM_General]  = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qrealsize=8 -qintsize=8 -qfixed=132
84build.prop{fc.flags}[gen/UM_Platform] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qrealsize=8 -qintsize=8 -qfixed=132
85build.prop{fc.flags}[gen/UM_Platform/IOERROR.F90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qrealsize=8 -qintsize=8
86build.prop{fc.flags}[pp/get_metdb_obs/get_metdb_obs.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
87build.prop{fc.flags}[pp/model_processing/get_um_info.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
88build.prop{fc.flags}[pp/moses-pdm-rfm] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict
89build.prop{fc.flags}[pp/moses-pdm-rfm/daynumber.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
90build.prop{fc.flags}[pp/moses-pdm-rfm/dlongrad.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
91build.prop{fc.flags}[pp/moses-pdm-rfm/down_rad_calc.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
92build.prop{fc.flags}[pp/moses-pdm-rfm/dsolrad.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
93build.prop{fc.flags}[pp/moses-pdm-rfm/get_row_and_column.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
94build.prop{fc.flags}[pp/moses-pdm-rfm/initialise_routing.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
95build.prop{fc.flags}[pp/moses-pdm-rfm/morangstrom.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
96build.prop{fc.flags}[pp/moses-pdm-rfm/morloc.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
97build.prop{fc.flags}[pp/moses-pdm-rfm/moses_cloud_cover.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
98build.prop{fc.flags}[pp/moses-pdm-rfm/moses_qs_from_t.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
99build.prop{fc.flags}[pp/moses-pdm-rfm/nearest_real.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
100build.prop{fc.flags}[pp/moses-pdm-rfm/nextpoint.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
101build.prop{fc.flags}[pp/moses-pdm-rfm/nimrod_3d_idata_read.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
102build.prop{fc.flags}[pp/moses-pdm-rfm/nimrod_3dextr_comp.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
103build.prop{fc.flags}[pp/moses-pdm-rfm/nimrod_extr_comp.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
104build.prop{fc.flags}[pp/moses-pdm-rfm/nimrod_extr_wind.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
105build.prop{fc.flags}[pp/moses-pdm-rfm/nimrod_hdr_read.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
106build.prop{fc.flags}[pp/moses-pdm-rfm/nimrod_idata_read.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
107build.prop{fc.flags}[pp/moses-pdm-rfm/q_vp_from_t_td.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
108build.prop{fc.flags}[pp/moses-pdm-rfm/read_ancil.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
109build.prop{fc.flags}[pp/moses-pdm-rfm/regrid_real.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
110build.prop{fc.flags}[pp/moses-pdm-rfm/route_runoff.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
111build.prop{fc.flags}[pp/moses-pdm-rfm/routing.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
112build.prop{fc.flags}[pp/moses-pdm-rfm/sam.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
113build.prop{fc.flags}[pp/moses-pdm-rfm/ssdm.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
114build.prop{fc.flags}[pp/moses-pdm-rfm/ssdm_var_generator.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
115build.prop{fc.flags}[pp/moses-pdm-rfm/sun_angles.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
116build.prop{fc.flags}[pp/moses-pdm-rfm/um_solpos.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
117build.prop{fc.flags}[pp/moses-pdm-rfm/wavespeed.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qstrict -qfixed=132
118build.prop{fc.flags}[pp/precip/get_surface_obs.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
119build.prop{fc.flags}[pp/precip/lightning_forecast.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
120build.prop{fc.flags}[pp/precip/lightning_merge.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
121build.prop{fc.flags}[pp/precip/metar_to_synop_weather.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
122build.prop{fc.flags}[pp/precip/read_adv_fc.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
123build.prop{fc.flags}[pp/precip/read_rad.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
124build.prop{fc.flags}[pp/precip_fcst] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
125build.prop{fc.flags}[pp/precip_fcst/accmerge.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
126build.prop{fc.flags}[pp/precip_fcst/object_motion.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
127build.prop{fc.flags}[pp/precip_fcst/scale.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
128build.prop{fc.flags}[pp/precip_fcst/wind_forecast_precip.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
129build.prop{fc.flags}[pp/pressure_wind] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
130build.prop{fc.flags}[pp/pressure_wind/an_smear.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
131build.prop{fc.flags}[pp/pressure_wind/bilin_mdi.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
132build.prop{fc.flags}[pp/pressure_wind/convert_winduv.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
133build.prop{fc.flags}[pp/pressure_wind/gust_adjust.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
134build.prop{fc.flags}[pp/pressure_wind/gust_analysis.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
135build.prop{fc.flags}[pp/pressure_wind/pwindanal.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname
136build.prop{fc.flags}[pp/utilities/beammap_ascii_to_nimrod.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
137build.prop{fc.flags}[pp/utilities/ccitt.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
138build.prop{fc.flags}[pp/utilities/datetime_c_to_i_secs.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
139build.prop{fc.flags}[pp/utilities/def_head.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
140build.prop{fc.flags}[pp/utilities/domain_to_ng.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
141build.prop{fc.flags}[pp/utilities/european_observations_area.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
142build.prop{fc.flags}[pp/utilities/get_free_lun.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
143build.prop{fc.flags}[pp/utilities/icutout.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
144build.prop{fc.flags}[pp/utilities/ll_to_ng.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
145build.prop{fc.flags}[pp/utilities/ll_to_ps.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
146build.prop{fc.flags}[pp/utilities/locate_FCST_string.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
147build.prop{fc.flags}[pp/utilities/nearest.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
148build.prop{fc.flags}[pp/utilities/nearest_file.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
149build.prop{fc.flags}[pp/utilities/ng_to_ll.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
150build.prop{fc.flags}[pp/utilities/ng_to_ll_array.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
151build.prop{fc.flags}[pp/utilities/nimrod_i4read.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
152build.prop{fc.flags}[pp/utilities/nimrod_open2.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
153build.prop{fc.flags}[pp/utilities/nimrod_open_i4read.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
154build.prop{fc.flags}[pp/utilities/nimrod_open_i4write.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
155build.prop{fc.flags}[pp/utilities/nimrod_regrid.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
156build.prop{fc.flags}[pp/utilities/observations_area_metdb.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
157build.prop{fc.flags}[pp/utilities/ps_to_ll.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
158build.prop{fc.flags}[pp/utilities/regrid.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
159build.prop{fc.flags}[pp/utilities/round_cycle_string.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
160build.prop{fc.flags}[pp/utilities/subtract_time.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
161build.prop{fc.flags}[pp/utilities/time_diff.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
162build.prop{fc.flags}[pp/utilities/time_difference_prog.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
163build.prop{fc.flags}[pp/utilities/total_accum.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
164build.prop{fc.flags}[pp/utilities/trim.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
165build.prop{fc.flags}[pp/utilities/zpdate.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
166build.prop{fc.flags}[pp/verification] = -qarch=pwr6 -qtune=pwr6 -O0 -qextname -qfixed=132
167build.prop{fc.flags}[rst/src] = -qarch=pwr6 -qtune=pwr6 -O0 -qfullpath -qextname -qrealsize=8 -qintsize=8  -qfixed=132
168build.prop{fc.flags}[rst/src/MORST_main.F] = -qarch=pwr6 -qtune=pwr6 -O0 -qfullpath -qextname -qrealsize=8 -qintsize=8 -qfixed=132 -qsmp=omp
169build.prop{fc.flags}[rst/src/ReadFrcData.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qstrict -qfullpath -qextname -qrealsize=8 -qintsize=8
170build.prop{fc.flags}[rst/src/output_status.f90] = -qarch=pwr6 -qtune=pwr6 -O0 -qfullpath -qextname
171build.prop{fc.flags}[rst/src/profile.f] = -qarch=pwr6 -qtune=pwr6 -O0 -qfullpath -qextname -qrealsize=8 -qintsize=8 -qfixed=132 -qsmp=auto
Note: See TracBrowser for help on using the repository browser.