Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
d15770f
Save work
mo-rickywong Dec 2, 2025
b91f952
Commit documentation changes before merging on the related code changes.
mo-rickywong Dec 2, 2025
b08fc7a
Update the branch to include the fortran source changes that the docu…
mo-rickywong Dec 3, 2025
bb6d987
Save changes to configuration documentation
mo-rickywong Dec 3, 2025
8dd023b
Save updates to branch
mo-rickywong Dec 5, 2025
3b3e13c
Update the copyright heading on some new files
mo-rickywong Dec 10, 2025
8483a5a
Merge branch 'main' into ConfigTypeAccess
mo-rickywong Dec 11, 2025
65afca1
Added self to contritbutors list file.
mo-rickywong Dec 11, 2025
6dd240d
Merge branch 'main' into ConfigTypeAccess
mo-rickywong Dec 11, 2025
e275eb1
Fix warnings on documnetation code blocks
mo-rickywong Dec 11, 2025
48297c2
Remove some whitespace
mo-rickywong Dec 11, 2025
9f1b3b3
Some tidy and add comment on multiple configurations
mo-rickywong Dec 12, 2025
2f9f624
Update documentation/source/how_it_works/build_system/configurator.rst
mo-rickywong Dec 17, 2025
92c6991
Update documentation/source/how_it_works/build_system/configurator.rst
mo-rickywong Dec 17, 2025
30aa7ee
Update infrastructure/build/tools/configurator/templates/config_type.…
mo-rickywong Dec 17, 2025
8f03526
Update infrastructure/build/tools/configurator/templates/config_type.…
mo-rickywong Dec 17, 2025
4db7e94
Update documentation/source/how_it_works/build_system/configurator.rst
mo-rickywong Dec 17, 2025
cbcbe47
Update to config_loader template to warn of untagged duplicate namelists
mo-rickywong Dec 18, 2025
430347a
Add changes in response to reviewer comments
mo-rickywong Dec 18, 2025
e706297
Merge remote-tracking branch 'origin/main' into ConfigTypeAccess
mo-rickywong Dec 18, 2025
3b82a0c
Empty Commit
mo-rickywong Dec 19, 2025
dbebd0b
Merge remote-tracking branch 'origin/main' into ConfigTypeAccess
mo-rickywong Dec 19, 2025
3d5215c
Fix documentation build
mo-rickywong Dec 19, 2025
f091ca6
Update code in response to reviewer comments
mo-rickywong Jan 8, 2026
b7f6d15
Merge branch 'main' into ConfigTypeAccess
mo-rickywong Jan 8, 2026
6d0b392
Merge branch 'main' into ConfigTypeAccess
mo-rickywong Jan 8, 2026
1c5cc07
Convert last few cases using interim access method
mo-rickywong Jan 8, 2026
867f357
Revert this file as it would require a linked ticket
mo-rickywong Jan 8, 2026
9ba4c1f
Revert this file as it will require a linked ticket
mo-rickywong Jan 8, 2026
c08ffaf
Merge branch 'main' into ConfigTypeAccess
MatthewHambley Jan 9, 2026
ed6a5aa
Save further work to purge LFric Core of configuration object interme…
mo-rickywong Jan 23, 2026
86ffa81
Move access to global scope modules out of coordinate jacobian / nati…
mo-rickywong Jan 26, 2026
363986f
Update
mo-rickywong Jan 26, 2026
d62bb32
Merge branch 'main' into FloatJacobian
mo-rickywong Jan 26, 2026
51df0b3
Merge branch 'main' into FloatJacobian
mo-rickywong Jan 27, 2026
28e7d53
Remove commented code
mo-rickywong Jan 27, 2026
0baba9f
Update contibutors file
mo-rickywong Jan 27, 2026
9a72364
correct typo
mo-rickywong Jan 27, 2026
360e674
Merge branch 'FloatJacobian' into IntermediateApiFullPurge
mo-rickywong Jan 28, 2026
2792d15
Remove some comments
mo-rickywong Jan 30, 2026
50f20ad
Update the configurator code to avoid possible memory allocation issu…
mo-rickywong Feb 2, 2026
8ddc65f
Merge branch 'main' into IntermediateApiPurge
mo-rickywong Feb 2, 2026
9e73854
Revert contributors file
mo-rickywong Feb 3, 2026
9fb8b8d
Revert Contributors back to that of main
mo-rickywong Feb 3, 2026
23646ae
Merge branch 'main' into IntermediateApiPurge
mo-rickywong Feb 3, 2026
32cdc3e
Merge branch 'IntermediateApiPurge' into IntermediateApiFullPurge
mo-rickywong Feb 3, 2026
085f3d7
Merge branch 'main' into IntermediateApiFullPurge
mo-rickywong Feb 4, 2026
2a547ed
Revert changes to CONTRIBUTORS file
mo-rickywong Feb 4, 2026
c04cbdb
Remove debugging comments
mo-rickywong Feb 4, 2026
2f8eda5
Merge branch 'main' into IntermediateApiPurge
mo-rickywong Feb 4, 2026
6e4f75e
Merge branch 'main' into IntermediateApiPurge
mo-rickywong Feb 25, 2026
2e8bcfa
Merge branch 'main' into IntermediateApiPurge
mo-rickywong Mar 2, 2026
6eb46d1
Switch from using hardcoded 6 for standard out to error_unit
mo-rickywong Mar 2, 2026
67071a1
Send warning output to std out
mo-rickywong Mar 2, 2026
71c1486
Merge branch 'IntermediateApiPurge' into IntermediateApiFullPurge
mo-rickywong Mar 2, 2026
84c49aa
Merge branch 'main' into IntermediateApiFullPurge
mo-rickywong Mar 10, 2026
04639cf
Tidy up
mo-rickywong Mar 11, 2026
9883f2b
tidy
mo-rickywong Mar 11, 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
16 changes: 7 additions & 9 deletions applications/io_demo/source/io_demo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,23 @@ program io_demo

call parse_command_line( filename )
call modeldb%values%initialise()
call modeldb%configuration%initialise( program_name, table_len=10 )
call modeldb%config%initialise(program_name)

write(log_scratch_space,&
'("Application built with ", A, "-bit real numbers")') &
trim(precision_real)
call log_event( log_scratch_space, log_level_trace )
modeldb%mpi => global_mpi
call init_comm(program_name, modeldb)

call init_config(filename, &
io_demo_required_namelists, &
configuration=modeldb%configuration, &
call init_comm(program_name, modeldb)
call init_config(filename, io_demo_required_namelists, &
config=modeldb%config)

deallocate( filename )

call init_logger(modeldb%mpi%get_comm(), program_name)

write(log_scratch_space,&
'("Application built with ", A, "-bit real numbers")') &
trim(precision_real)
call log_event( log_scratch_space, log_level_trace )

subroutine_timers = modeldb%config%io%subroutine_timers()
timer_output_path = modeldb%config%io%timer_output_path()

Expand Down
2 changes: 1 addition & 1 deletion mesh_tools/source/cubedsphere_mesh_generator.f90
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ program cubedsphere_mesh_generator

total_ranks = global_mpi%get_comm_size()
local_rank = global_mpi%get_comm_rank()
call initialise_logging( communicator%get_comm_mpi_val(), 'CubeGen' )

call config%initialise( 'CubeGen' )

call read_configuration( filename, config=config )

call initialise_logging( communicator%get_comm_mpi_val(), 'CubeGen' )
deallocate( filename )

mesh_file_prefix = config%mesh%mesh_file_prefix()
Expand Down
Loading