Skip to content

Commit d090859

Browse files
authored
Release notes for vn7.8 Feb 2025. (#67)
* Added all tickets. * Mainly changes to conf.py requested by Erica. And one tweak to notes for vn7.8.
1 parent e3eff59 commit d090859

File tree

3 files changed

+45
-3
lines changed

3 files changed

+45
-3
lines changed

user_guide/doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949

5050
# General information about the project.
5151
project = u'Joint UK Land Environment Simulator (JULES)'
52-
copyright = u'2023'
52+
copyright = u'2025'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '7.4'
59+
version = '7.8'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '7.4'
61+
release = '7.8'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
JULES version 7.8 Release Notes
2+
===============================
3+
4+
The JULES vn7.8 release consists of approximately 12 tickets from 7 authors, including work by many other people.
5+
6+
Full details of the tickets committed for JULES vn7.8 can be found on the `JULES shared repository Trac system <https://code.metoffice.gov.uk/trac/jules/query?resolution=fixed&milestone=JULES+v7.8+(Feb-25)>`_.
7+
8+
Ticket numbers are indicated below, e.g. #1565.
9+
10+
General/Technical changes
11+
-------------------------
12+
13+
* Introduced a daily climatology (alongside existing monthly) option for IMOGEN using a 360 day calendar - see :nml:mem:`IMOGEN_ONOFF_SWITCH::l_daily_metdata_climatol`. Also changes to the IMOGEN options to clarify the different ways they drive JULES - see :nml:mem:`IMOGEN_RUN_LIST::l_change_metdata` and :nml:mem:`IMOGEN_RUN_LIST::change_metdata_method`. (#1565)
14+
* Functionality added to allow specification of the ancillary file that each of the required ancillary variables should be read from. (#1525)
15+
* Diagnostics for RFM river routing now available in the UM atmosphere model. (#1555)
16+
* Allowing JULES to be used on the Met Office's Azspice system. Change to the default EX machine for rose stem and allowing use of EXCD. (#1576, 1580, 1585)
17+
* Updates for the upgraded JASMIN system. (#1586)
18+
19+
20+
Bugs fixed
21+
----------
22+
23+
* Fix for dry deposition on elevated tiles. (#1568)
24+
* Bug fix for fire-permafrost interactions in the UM (altered the upper limit when checking value of z_burn_max). (#1581)
25+
* Bug fix to avoid zero lengths being calculated for a high resolution river grid. (#1583)
26+
27+
28+
Changes to testing
29+
------------------
30+
31+
* Additional rose stem tests for IMOGEN. (#1566)
32+
33+
34+
Documentation updates
35+
---------------------
36+
37+
* Updates associated with many of the above changes, and release notes. (#1584)
38+
39+
40+
Documentation can be viewed on the github page `<http://jules-lsm.github.io/>`_.
41+

user_guide/doc/source/release_notes/contents.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release notes
33
=============
44

55
.. toctree::
6+
JULES7-8
67
JULES7-7
78
JULES7-6
89
JULES7-5

0 commit comments

Comments
 (0)