Skip to content

Commit 6552cee

Browse files
authored
Merge pull request #1269 from esm-tools/feat/nml_transit_for_tracer
add namelist.transit to fesom-2.6.yaml
2 parents 904e4a1 + a788e9c commit 6552cee

File tree

18 files changed

+42
-16
lines changed

18 files changed

+42
-16
lines changed

configs/components/fesom/fesom-2.6.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ namelists:
9292
- namelist.io
9393
- namelist.oce
9494
- namelist.tra
95+
- namelist.transit
9596

9697
choose_resolution:
9798
CORE2:
@@ -513,6 +514,7 @@ config_files:
513514
io: io
514515
oce: oce
515516
tra: tra
517+
transit: transit
516518

517519
config_sources:
518520
config: "${namelist_dir}/namelist.config"
@@ -524,6 +526,7 @@ config_sources:
524526
io: "${namelist_dir}/namelist.io"
525527
oce: "${namelist_dir}/namelist.oce"
526528
tra: "${namelist_dir}/namelist.tra"
529+
transit: "${namelist_dir}/namelist.transit"
527530

528531
compiletime_environment_changes:
529532
add_export_vars:
@@ -539,6 +542,7 @@ config_in_work:
539542
io: "namelist.io"
540543
oce: "namelist.oce"
541544
tra: "namelist.tra"
545+
transit: "namelist.transit"
542546

543547
coupling_fields:
544548
sst_feom:
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
! The namelist file for transient tracers
2+
3+
&transit_param
4+
l_r14c = .false.
5+
l_r39ar = .false.
6+
l_f11 = .false.
7+
l_f12 = .false.
8+
l_sf6 = .false.
9+
anthro_transit=.false.
10+
paleo_transit=.false.
11+
length_transit=1 ! 166 for anthro_transit=.true.
12+
ti_start_transit=1 ! 1 for D14C, 80 for CFC-12
13+
ifile_transit='/work/ab0246/a270108/fesom2_recom_config/input-for-awiesm/Table_CO2_isoC_CFCs1112_SF6.txt'
14+
r14c_a = 1.0000 ! atm. 14C/C ratio, global mean
15+
r39ar_a = 1.0000 ! atm. 39Ar/Ar ratio, global mean
16+
xarg_a = 9.34e-3 ! atm. Argon concn. (mole fraction), global mean
17+
xco2_a = 284.32e-6 ! atm. CO2 concn. (mole fraction), global mean
18+
dic_0 = 2.00 ! mixed layer DIC concn. (mol / m**3), global mean
19+
arg_0 = 0.01 ! mixed layer Argon concn. (mol / m**3), global mean
20+
decay14 = 3.8561e-12 ! decay constant of 14C (1 / s), 1 a = 365.0 d
21+
decay39 = 8.1708e-11 ! decay constant of 39Ar (1 / s), 1 a = 365.0 d
22+
/

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.47.1
2+
current_version = 6.48.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@
117117
test_suite="tests",
118118
tests_require=test_requirements,
119119
url="https://github.com/esm-tools/esm_tools",
120-
version="6.47.1",
120+
version="6.48.0",
121121
zip_safe=False,
122122
)

src/esm_archiving/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__author__ = """Paul Gierz"""
66
__email__ = "pgierz@awi.de"
7-
__version__ = "6.47.1"
7+
__version__ = "6.48.0"
88

99
from .esm_archiving import (archive_mistral, check_tar_lists,
1010
delete_original_data, determine_datestamp_location,

src/esm_calendar/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Dirk Barbi"""
44
__email__ = "dirk.barbi@awi.de"
5-
__version__ = "6.47.1"
5+
__version__ = "6.48.0"
66

77
from .esm_calendar import *

src/esm_cleanup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Dirk Barbi"""
44
__email__ = "dirk.barbi@awi.de"
5-
__version__ = "6.47.1"
5+
__version__ = "6.48.0"

src/esm_database/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Dirk Barbi"""
44
__email__ = "dirk.barbi@awi.de"
5-
__version__ = "6.47.1"
5+
__version__ = "6.48.0"

src/esm_environment/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
__author__ = """Dirk Barbi"""
44
__email__ = "dirk.barbi@awi.de"
5-
__version__ = "6.47.1"
5+
__version__ = "6.48.0"
66

77
from .esm_environment import *

src/esm_master/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Dirk Barbi"""
44
__email__ = "dirk.barbi@awi.de"
5-
__version__ = "6.47.1"
5+
__version__ = "6.48.0"
66

77

88
from . import database

0 commit comments

Comments
 (0)