Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
78dd1a7
Standalone read jules_pftparm namelist moved to its own routine.
maggiehendry Jun 1, 2026
a2ffe28
Limited functionality of duplicate namelist for `jules_pftparm` imple…
maggiehendry Jun 4, 2026
33dd3ed
Corrections to metadata for duplicate namelist compatibility.
maggiehendry Jun 4, 2026
932af02
Mapping from namelist instance to tile number from surface configurat…
maggiehendry Jun 4, 2026
821672e
pft_name_io created from jules_surface_types so generic.
maggiehendry Jun 4, 2026
845f2ea
Manual corrections to allow upgrade macro to work.
maggiehendry Jun 11, 2026
d1a1fb1
Upgrade macro will now run on entire Rose stem including `usr_types`.…
maggiehendry Jun 11, 2026
970e49f
Map PFT name to tile number updated for all currently defined PFTs ap…
maggiehendry Jun 11, 2026
dc486a4
Map namelist instance to tile number extended to `usr_type` and relat…
maggiehendry Jun 15, 2026
873474c
UM reading and initialisation routines for jules_pftparm now read dup…
maggiehendry Jul 2, 2026
c4c24c1
- Upgrade macro changes from UM applied to JULES as equally relevant.
maggiehendry Jul 6, 2026
16c9a06
Reorder upgrade macro consistent with UM macro.
maggiehendry Jul 7, 2026
d036146
Bugs fixed for LFRic apps build.
maggiehendry Jul 12, 2026
d537229
Error in jules-lfric corrected.
maggiehendry Jul 12, 2026
9079d03
Merge branch 'stable' into 115-convert-jules_pftparm-to-a-duplicate-n…
maggiehendry Jul 13, 2026
ced32c2
New irrigtion types added to macro and new Rose stem entries fixed so…
maggiehendry Jul 15, 2026
7170d51
* Upgrade macro rewritten to remove the need to define the pftparm na…
maggiehendry Jul 16, 2026
0f6b8cc
Bugs fixed related to alternative irrigation scheme recently added to…
maggiehendry Aug 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
450 changes: 0 additions & 450 deletions rose-meta/jules-lfric/HEAD/rose-meta.conf

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ trigger=namelist:jules_deposition=l_deposition_from_ukca: 1;
=namelist:jules_irrig=l_irrig_limit: 0;
=namelist:jules_pftparm=dust_veg_scj_io: 1;
=namelist:jules_pftparm=fsmc_mod_io: 0;
=namelist:jules_pftparm=pft_name_io: 3;
=namelist:jules_radiation=l_cosz: 0;
=namelist:jules_radiation=l_dolr_land_black: 1;
=namelist:jules_radiation=l_sea_alb_var_chl: 1;
Expand Down Expand Up @@ -163,6 +162,7 @@ trigger=namelist:jules_pftparm: 1;
=namelist:jules_pftparm=omnirl_io: 1;
=namelist:jules_pftparm=omniru_io: 1;
=namelist:jules_pftparm=orient_io: 1;
=namelist:jules_pftparm=pft_name_io: 1;
=namelist:jules_pftparm=psi_close_io: 1;
=namelist:jules_pftparm=psi_open_io: 1;
=namelist:jules_pftparm=q10_leaf_io: 1;
Expand Down
Loading