-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update src submodules to support JRA55-do v1.4 - #155
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule cice5
updated
9 files
+1 −0 | .gitignore | |
+1 −1 | bld/build.sh | |
+4 −3 | drivers/auscom/CICE_InitMod.F90 | |
+8 −6 | drivers/auscom/cpl_arrays_setup.F90 | |
+125 −76 | drivers/auscom/cpl_forcing_handler.F90 | |
+165 −168 | drivers/auscom/cpl_interface.F90 | |
+122 −87 | drivers/auscom/cpl_parameters.F90 | |
+2 −2 | io_netcdf/ice_restart.F90 | |
+19 −3 | source/ice_init.F90 |
Submodule libaccessom2
updated
24 files
+2 −0 | .gitignore | |
+9 −0 | .gitmodules | |
+6 −6 | CMakeLists.txt | |
+9 −2 | README.md | |
+47 −20 | atm/src/atm.F90 | |
+20 −7 | atm/src/forcing.F90 | |
+1 −0 | datetime-fortran | |
+0 −1 | ice_stub/src/ice.F90 | |
+1 −0 | json-fortran | |
+15 −1 | libcouple/src/accessom2.F90 | |
+19 −2 | libcouple/src/field.F90 | |
+1 −1 | libcouple/src/ncvar.F90 | |
+1 −0 | oasis3-mct | |
+8 −5 | ocean_stub/src/ocean.F90 | |
+11 −0 | tests/JRA55_v1p4_IAF/accessom2.nml | |
+7 −0 | tests/JRA55_v1p4_IAF/atm.nml | |
+433,274 −0 | tests/JRA55_v1p4_IAF/checksums.txt | |
+62 −0 | tests/JRA55_v1p4_IAF/forcing.json | |
+9 −0 | tests/JRA55_v1p4_IAF/ice.nml | |
+369 −0 | tests/JRA55_v1p4_IAF/namcouple | |
+6 −0 | tests/JRA55_v1p4_IAF/ocean.nml | |
+12 −0 | tests/copy_test_data.sh | |
+1 −1 | tests/helper.py | |
+1 −1 | tests/test_stubs.py |
Submodule mom
updated
7 files
+2 −1 | .gitignore | |
+1 −1 | bin/environs.nci | |
+2 −2 | bin/mkmf.template.nci | |
+9 −3 | src/accessom_coupler/mom_oasis3_interface.F90 | |
+4 −0 | src/accessom_coupler/ocean_solo.F90 | |
+3 −16 | src/mom5/ocean_core/ocean_sbc.F90 | |
+2 −2 | src/mom5/ocean_core/ocean_types.F90 |