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.
opa9_inter.card on IS-ENES/core2_cmip – Attachment – NEMO

IS-ENES/core2_cmip: opa9_inter.card

File opa9_inter.card, 5.4 KB (added by flavoni, 14 years ago)
Line 
1[Compatibility]
2libIGCM=1.0
3
4[UserChoices]
5OPA_NDT_DAY=15
6#==============================================================
7#-- Name of directory for COMMON ACCOUNT at idris or CCRT
8#-- available directories are:  v3, v3_1, v3_2
9#-- related to NEMO_tag_revision (nemo_v3, nemo_v3_1, nemo_v3_2_beta)
10#-- NOTE: if you use your own directory you have to comment it
11#OPA_version=v3_2
12#==============================================================
13
14#===================================
15#-- Use (y) or not (n) of io_server
16io_server=n
17#===================================
18
19#-- if you run interannual is "y", if not (=climatology) is "n"
20Interannual_Run=y
21
22[Interannual]
23#=====================================================================
24#-- Surface Boundary Condition original files name ( get by the job )
25#=====================================================================
26#-- NOTE: MANDATORY STRUCTURE OF FILE NAMES GET BY THE JOB :
27#-- "basename_yyyy.nc"     ( for interannual data )
28#-- "basename.nc"    ( for climatologycal data )
29#-- MANDATORY: NAMES USED IN List_jobsbc VARIABLE MUST BE ONLY THE BASENAME
30
31List_jobsbc=(u_10_orca2, v_10_orca2, ncar_rad_orca2, t_10_orca2, q_10_orca2, ncar_precip_orca2)
32# example for interannual, bulk core:
33#List_jobsbc=(radlw_DFS4-ORCA2, radsw_DFS4-ORCA2, q2_DFS4-ORCA2, t2_DFS4-ORCA2, u10_DFS4-ORCA2, v10_DFS4-ORCA2, snow_DFS4-ORCA2, precip_DFS4-ORCA2)
34
35#==========================================================================================
36#-- Surface Boundary Condition files name expected by NEMO ( same as the ones in namelist )
37#==========================================================================================
38#-- NOTE: 2 possible cases :
39#-- 1) put in List_runsbc file names different from List_jobsbc but identical to the ones in namelist
40#-- 2) leave List_runsbc empty so NEMO will read file names specified in List_jobsbc variable above
41
42# default climatology, bulk_clio:
43List_runsbc=()
44# example for interannual, bulk core:
45#List_runsbc=(qlw_core, qsw_core, q2_core, t2_core, u10_core, v10_core, snow_core, precip_core)
46
47[InitialStateFiles]
48List= ()
49
50[BoundaryFiles]
51List= ()
52ListNonDel= (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/ahmcoef, .), \
53            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/bathy_level.nc, .), \
54            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/bathy_meter.nc, .), \
55            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/bathy_updated.nc, .), \
56            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/coordinates.nc, .), \
57            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/data_1m_potential_temperature_nomask.nc, .), \
58            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/data_1m_salinity_nomask.nc, .), \
59            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/geothermal_heating.nc, .),\
60            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/runoff_core_monthly.nc, .),\
61            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/sss_data.nc, .),\
62            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/sst_data.nc, .),\
63       (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/subbasins.nc, .),\
64            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/chlaseawifs_c1m-99-05_smooth_ORCA_R2.nc, chlorophyll.nc),\
65            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/Tides_K1_drg_ORCA_R2.nc, K1rowdrg.nc),\
66            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/Tides_M2_drg_ORCA_R2.nc, M2rowdrg.nc),\
67            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/tmaskitf_ORCA2_bis.nc, mask_itf.nc),\
68            (${R_BC}/OCE/${config_UserChoices_TagName}/${opa9_UserChoices_OPA_version}/kRGB61.txt, .)
69
70
71
72
73[ParametersFiles]
74List= (${SUBMIT_DIR}/PARAM/namelist,         namelist), \
75   (${SUBMIT_DIR}/PARAM/iodef.xml,        iodef.xml),      \
76        (${SUBMIT_DIR}/PARAM/xmlio_server.def, xmlio_server.def)
77
78[RestartFiles]
79List= (${config_UserChoices_JobName}_${NEMO_END}_restart.nc,  restart.nc, restart.nc)
80
81[OutputText]
82List=   (ocean.output, solver.stat, STRAIT.dat, out_nemo)
83
84[OutputFiles]
85List=   (${PREFIX_WF1}_grid_T.nc,         ${R_OUT_OCE_WF1}/${PREFIX}_${WF1}_grid_T.nc,               NONE),\
86        (${PREFIX_WF1}_grid_U.nc,         ${R_OUT_OCE_WF1}/${PREFIX}_${WF1}_grid_U.nc,               NONE),\
87        (${PREFIX_WF1}_grid_V.nc,         ${R_OUT_OCE_WF1}/${PREFIX}_${WF1}_grid_V.nc,               NONE),\
88   (${PREFIX_WF2}_grid_T.nc,         ${R_OUT_OCE_WF2}/${PREFIX}_${WF2}_grid_T.nc,               NONE),\
89        (${PREFIX_WF2}_grid_U.nc,         ${R_OUT_OCE_WF2}/${PREFIX}_${WF2}_grid_U.nc,               NONE),\
90        (${PREFIX_WF2}_grid_V.nc,         ${R_OUT_OCE_WF2}/${PREFIX}_${WF2}_grid_V.nc,               NONE),\
91        (mesh_mask.nc     ,               ${R_OUT_OCE_O}/${config_UserChoices_JobName}_mesh_mask.nc, NONE),\
92        (output.abort.nc  ,               ${R_OUT_OCE_D}/${PREFIX}_output.abort.nc,                  NONE),\
93        (output.init.nc   ,               ${R_OUT_OCE_O_I}/${config_UserChoices_JobName}_${PeriodDateBegin}_output.init.nc, NONE)
94
95