From 636d753155832d0c8c4af01657ea3172825d1163 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Wed, 17 Apr 2024 16:20:40 +1000 Subject: [PATCH 1/5] New CICE grid --- config.yaml | 4 ++-- manifests/input.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.yaml b/config.yaml index 00598e9b..bb3810b0 100644 --- a/config.yaml +++ b/config.yaml @@ -66,10 +66,10 @@ submodels: model: cice5 exe: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/cice5-git.2023.10.19=2023.10.19-v3zncpqjj2gyseudbwiudolcjq3k3leo/bin/cice_auscom_360x300_24x1_24p.exe input: + - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/grid.nc + - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/kmt.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions_biogeochemistry/global.1deg/2022.02.24/i2o.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions_biogeochemistry/global.1deg/2022.02.24/o2i.nc - - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.05.30/grid.nc - - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.10.22/kmt.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions/global.1deg/2020.05.30/u_star.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions/global.1deg/2020.05.30/monthly_sstsss.nc ncpus: 24 diff --git a/manifests/input.yaml b/manifests/input.yaml index 6f6eab3d..f09d165c 100644 --- a/manifests/input.yaml +++ b/manifests/input.yaml @@ -93,10 +93,10 @@ work/atmosphere/INPUT/rmp_jrar_to_cict_CONSERV.nc: md5: 10f0b5ea6b8102a03ad1140e5163a0f7 work/ice/RESTART/grid.nc: copy: true - fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.05.30/grid.nc + fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/grid.nc hashes: - binhash: e7108317ae28b1f9ae77711728925cb6 - md5: 1213e346055ee073fe33dc12578d99c6 + binhash: 588f0b40bf750559434e425e7d039bca + md5: 7dd9ee5bce7f2eaeb75355684ddba599 work/ice/RESTART/i2o.nc: copy: true fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions_biogeochemistry/global.1deg/2022.02.24/i2o.nc @@ -105,10 +105,10 @@ work/ice/RESTART/i2o.nc: md5: cc4cc9b60706470beddce59b600fef9f work/ice/RESTART/kmt.nc: copy: true - fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.10.22/kmt.nc + fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/kmt.nc hashes: - binhash: 13a23d6d9331abc9d677c6fd466a4433 - md5: 1f9806c646a620378e5257e480bc9df7 + binhash: 2b659d429cbf9e12701709ff0185405f + md5: 9609d3db04f58cba200d7186dfe68ebd work/ice/RESTART/monthly_sstsss.nc: copy: true fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions/global.1deg/2020.05.30/monthly_sstsss.nc From 521da90b44f208bd15fec5116610545a43468882 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Wed, 19 Jun 2024 13:33:19 +1000 Subject: [PATCH 2/5] Updated CI in line with 0e6c9b61abeb51bbb6074af4ff8a66845d958bb9 --- .github/workflows/call-pr-1-ci.yml | 25 ------------ .github/workflows/call-pr-3-bump-tag.yml | 19 --------- .github/workflows/ci.yml | 51 ++++++++++++++++++++++++ .github/workflows/validate-json.yml | 13 ------ 4 files changed, 51 insertions(+), 57 deletions(-) delete mode 100644 .github/workflows/call-pr-1-ci.yml delete mode 100644 .github/workflows/call-pr-3-bump-tag.yml create mode 100644 .github/workflows/ci.yml delete mode 100644 .github/workflows/validate-json.yml diff --git a/.github/workflows/call-pr-1-ci.yml b/.github/workflows/call-pr-1-ci.yml deleted file mode 100644 index 57dbf1ba..00000000 --- a/.github/workflows/call-pr-1-ci.yml +++ /dev/null @@ -1,25 +0,0 @@ -# This workflow is used to convert the `.version` in the `metadata.yaml` file into a valid `git tag` on push to `main`. -# We use the `.version` field in that file to denote the version of the config once a PR is merged. -name: pr-1-ci.yml -on: - pull_request: - branches: - - 'release-*' - - 'dev-*' - paths-ignore: - # These are ignored because they don't have anything to do with the model itself - - .github/** - - tools/** - - doc/** - - .* - - README.md -jobs: - call: - # We simply call the workflow on main so we don't have to propagate CI changes to - # multiple config branches all the time. - uses: access-nri/access-om2-configs/.github/workflows/pr-1-ci.yml@main - secrets: inherit - permissions: - contents: write - pull-requests: write - checks: write diff --git a/.github/workflows/call-pr-3-bump-tag.yml b/.github/workflows/call-pr-3-bump-tag.yml deleted file mode 100644 index a9e2e37a..00000000 --- a/.github/workflows/call-pr-3-bump-tag.yml +++ /dev/null @@ -1,19 +0,0 @@ -# This workflow is used to convert the `.version` in the `metadata.yaml` file -# into a valid `git tag` on push to `main`. -# We use the `.version` field in that file to denote the version of the config -# once a PR is merged. -name: Call pr-3-bump-tag.yml -on: - push: - branches: - - 'release-*' - paths: - - 'metadata.yaml' -jobs: - call: - # We simply call the workflow on main so we don't have to propagate CI changes to - # multiple config branches all the time. - uses: access-nri/access-om2-configs/.github/workflows/pr-3-bump-tag.yml@main - secrets: inherit - permissions: - contents: write diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 00000000..487ae3b6 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,51 @@ +name: CI +run-name: CI (${{ github.event_name }}) for ${{ github.ref_name }} +on: + pull_request: + branches: + - 'release-*' + - 'dev-*' + paths-ignore: + # These are ignored because they don't have anything to do with the model itself + - .github/** + - tools/** + - doc/** + - config/** + - .* + - README.md + push: + branches: + - 'release-*' + paths: + - 'metadata.yaml' + issue_comment: + types: + - created + - edited +jobs: + pr: + name: PR + if: github.event_name == 'pull_request' + uses: access-nri/model-config-tests/.github/workflows/config-pr-1-ci.yml@main + secrets: inherit + permissions: + contents: write + pull-requests: write # For pull request comments denoting failure of the workflow + checks: write + + pr-comment: + name: Comment + if: github.event_name == 'issue_comment' + uses: access-nri/model-config-tests/.github/workflows/config-pr-2-confirm.yml@main + secrets: inherit + permissions: + contents: write # For updating metadata.yaml version and committing checksums + pull-requests: write # For commenting on PR + + bump-tag: + name: Tag Bump + if: github.event_name == 'push' + uses: access-nri/model-config-tests/.github/workflows/config-pr-3-bump-tag.yml@main + secrets: inherit + permissions: + contents: write # For creating a new release diff --git a/.github/workflows/validate-json.yml b/.github/workflows/validate-json.yml deleted file mode 100644 index a23beac2..00000000 --- a/.github/workflows/validate-json.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Validate JSON files -on: - pull_request: - branches: - - main - paths: - - '**.json' -jobs: - validate: - name: Validate - uses: access-nri/actions/.github/workflows/validate-json.yml@main - with: - src: "config" From 448d342c64a64bf1d9bbbe981cf22247c6192b7b Mon Sep 17 00:00:00 2001 From: dougiesquire Date: Wed, 3 Jul 2024 09:59:18 +1000 Subject: [PATCH 3/5] Update to access-om2-bgc 2024.07.0 --- config.yaml | 8 ++++---- manifests/exe.yaml | 18 +++++++++--------- manifests/input.yaml | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config.yaml b/config.yaml index bb3810b0..b8c5976b 100644 --- a/config.yaml +++ b/config.yaml @@ -31,7 +31,7 @@ input: submodels: - name: atmosphere model: yatm - exe: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/libaccessom2-git.2023.10.26=2023.10.26-ltfg7jcn6t4cefotvj3kjnyu5nru26xo/bin/yatm.exe + exe: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-19.0.5.281/libaccessom2-git.2023.10.26_2023.10.26-xarvbgn4yf4mxy5hxixm4gfbp7rbzsfh/bin/yatm.exe input: - /g/data/vk83/experiments/inputs/access-om2/remapping_weights/JRA55/global.1deg/2020.05.30/rmp_jrar_to_cict_CONSERV.nc - /g/data/vk83/experiments/inputs/JRA-55/RYF/v1-4/data @@ -39,7 +39,7 @@ submodels: - name: ocean model: mom - exe: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/mom5-git.2023.11.09=2023.11.09-64l5azdtcoxhrgb5ynn2vued5lmjvn33/bin/fms_ACCESS-OM-BGC.x + exe: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-19.0.5.281/mom5-git.2024.06.27_2024.06.27-q6bpwu526xql2gm6dbpnvf36yvnfxynj/bin/fms_ACCESS-OM-BGC.x input: - /g/data/vk83/experiments/inputs/access-om2/ocean/biogeochemistry/global.1deg/2022.02.24/bgc_param.nc - /g/data/vk83/experiments/inputs/access-om2/ocean/biogeochemistry/global.1deg/2022.02.24/co2_iaf.nc @@ -64,7 +64,7 @@ submodels: - name: ice model: cice5 - exe: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/cice5-git.2023.10.19=2023.10.19-v3zncpqjj2gyseudbwiudolcjq3k3leo/bin/cice_auscom_360x300_24x1_24p.exe + exe: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-19.0.5.281/cice5-git.2023.10.19_2023.10.19-4tttbvaxg4afg3hjcrfaah6qngp43e5e/bin/cice_auscom_360x300_24x1_24p.exe input: - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/grid.nc - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/kmt.nc @@ -81,7 +81,7 @@ collate: mem: 30GB ncpus: 4 queue: normal - exe: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/mom5-git.2023.11.09=2023.11.09-64l5azdtcoxhrgb5ynn2vued5lmjvn33/bin/mppnccombine.spack + exe: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-19.0.5.281/mom5-git.2024.06.27_2024.06.27-q6bpwu526xql2gm6dbpnvf36yvnfxynj/bin/mppnccombine.spack manifest: reproduce: diff --git a/manifests/exe.yaml b/manifests/exe.yaml index fec7972a..91c1691d 100644 --- a/manifests/exe.yaml +++ b/manifests/exe.yaml @@ -2,17 +2,17 @@ format: yamanifest version: 1.0 --- work/atmosphere/yatm.exe: - fullpath: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/libaccessom2-git.2023.10.26=2023.10.26-ltfg7jcn6t4cefotvj3kjnyu5nru26xo/bin/yatm.exe + fullpath: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-19.0.5.281/libaccessom2-git.2023.10.26_2023.10.26-xarvbgn4yf4mxy5hxixm4gfbp7rbzsfh/bin/yatm.exe hashes: - binhash: 4e8b4ef76e971c4af3b26cfac632e160 - md5: 5baa1d417fe6708fc30cbeaa57d82f96 + binhash: 4f968e4cf41d6e51cf3cd59bd070e393 + md5: eccfeb3f49d620b4e5f6b8c2bc5d8c36 work/ice/cice_auscom_360x300_24x1_24p.exe: - fullpath: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/cice5-git.2023.10.19=2023.10.19-v3zncpqjj2gyseudbwiudolcjq3k3leo/bin/cice_auscom_360x300_24x1_24p.exe + fullpath: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-19.0.5.281/cice5-git.2023.10.19_2023.10.19-4tttbvaxg4afg3hjcrfaah6qngp43e5e/bin/cice_auscom_360x300_24x1_24p.exe hashes: - binhash: 3a65f67d21152e77034da28c22a94c66 - md5: 37866455b057c85c3ea50c0ef0ea840b + binhash: 6d1d90c6ba37b4dbbd3173fab98d32d1 + md5: 1ee0b63f488f38619cba0000586bc0c4 work/ocean/fms_ACCESS-OM-BGC.x: - fullpath: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/mom5-git.2023.11.09=2023.11.09-64l5azdtcoxhrgb5ynn2vued5lmjvn33/bin/fms_ACCESS-OM-BGC.x + fullpath: /g/data/vk83/apps/spack/0.22/release/linux-rocky8-x86_64/intel-19.0.5.281/mom5-git.2024.06.27_2024.06.27-q6bpwu526xql2gm6dbpnvf36yvnfxynj/bin/fms_ACCESS-OM-BGC.x hashes: - binhash: 45352e33876da49ca042014a9f6686e5 - md5: a909552e85690be692ad3ec94016181b + binhash: efb3edca9d546723c29f92f7c8eb1856 + md5: 1297c30c1b945e55fa08acdeb301b3d0 diff --git a/manifests/input.yaml b/manifests/input.yaml index f09d165c..76ac3cf8 100644 --- a/manifests/input.yaml +++ b/manifests/input.yaml @@ -155,7 +155,7 @@ work/ocean/INPUT/csiro_bgc.res.nc: work/ocean/INPUT/csiro_bgc_sediment.res.nc: fullpath: /g/data/vk83/experiments/inputs/access-om2/ocean/biogeochemistry/global.1deg/2022.02.24/csiro_bgc_sediment.res.nc hashes: - binhash: 5dcf7a15477f488cd7d2f85a1d39a176 + binhash: fff3375ad2ae36b7d0521dd67912a9fd md5: 12488f7cf8f9c2f714c0ff2dbbb33a9b work/ocean/INPUT/dust.nc: fullpath: /g/data/vk83/experiments/inputs/access-om2/ocean/biogeochemistry/global.1deg/2022.02.24/dust.nc From bd45b97ed7a1a0713ffeed9a235b1d6135f8f3f2 Mon Sep 17 00:00:00 2001 From: anton-climate Date: Wed, 17 Apr 2024 16:20:40 +1000 Subject: [PATCH 4/5] New CICE grid --- config.yaml | 4 ++-- manifests/input.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config.yaml b/config.yaml index 00598e9b..bb3810b0 100644 --- a/config.yaml +++ b/config.yaml @@ -66,10 +66,10 @@ submodels: model: cice5 exe: /g/data/vk83/apps/spack/0.20/release/linux-rocky8-x86_64/intel-19.0.5.281/cice5-git.2023.10.19=2023.10.19-v3zncpqjj2gyseudbwiudolcjq3k3leo/bin/cice_auscom_360x300_24x1_24p.exe input: + - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/grid.nc + - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/kmt.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions_biogeochemistry/global.1deg/2022.02.24/i2o.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions_biogeochemistry/global.1deg/2022.02.24/o2i.nc - - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.05.30/grid.nc - - /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.10.22/kmt.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions/global.1deg/2020.05.30/u_star.nc - /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions/global.1deg/2020.05.30/monthly_sstsss.nc ncpus: 24 diff --git a/manifests/input.yaml b/manifests/input.yaml index 6f6eab3d..f09d165c 100644 --- a/manifests/input.yaml +++ b/manifests/input.yaml @@ -93,10 +93,10 @@ work/atmosphere/INPUT/rmp_jrar_to_cict_CONSERV.nc: md5: 10f0b5ea6b8102a03ad1140e5163a0f7 work/ice/RESTART/grid.nc: copy: true - fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.05.30/grid.nc + fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/grid.nc hashes: - binhash: e7108317ae28b1f9ae77711728925cb6 - md5: 1213e346055ee073fe33dc12578d99c6 + binhash: 588f0b40bf750559434e425e7d039bca + md5: 7dd9ee5bce7f2eaeb75355684ddba599 work/ice/RESTART/i2o.nc: copy: true fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions_biogeochemistry/global.1deg/2022.02.24/i2o.nc @@ -105,10 +105,10 @@ work/ice/RESTART/i2o.nc: md5: cc4cc9b60706470beddce59b600fef9f work/ice/RESTART/kmt.nc: copy: true - fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2020.10.22/kmt.nc + fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/grids/global.1deg/2024.04.17/kmt.nc hashes: - binhash: 13a23d6d9331abc9d677c6fd466a4433 - md5: 1f9806c646a620378e5257e480bc9df7 + binhash: 2b659d429cbf9e12701709ff0185405f + md5: 9609d3db04f58cba200d7186dfe68ebd work/ice/RESTART/monthly_sstsss.nc: copy: true fullpath: /g/data/vk83/experiments/inputs/access-om2/ice/initial_conditions/global.1deg/2020.05.30/monthly_sstsss.nc From 2ba113dd9b5d7a6184d51ff6be0d45671b281c00 Mon Sep 17 00:00:00 2001 From: "access-bot[bot]" <113399144+access-bot@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:51:13 +0000 Subject: [PATCH 5/5] Updated checksums and bumped version to 3.0 as part of https://github.com/ACCESS-NRI/access-om2-configs/actions/runs/9869528031 --- metadata.yaml | 2 +- testing/checksum/historical-3hr-checksum.json | 144 +++++++++--------- 2 files changed, 73 insertions(+), 73 deletions(-) diff --git a/metadata.yaml b/metadata.yaml index f44674fb..55b25dd4 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -25,5 +25,5 @@ realm: nominal_resolution: 100 km reference: https://doi.org/10.5194/gmd-13-401-2020 model: access-om2 -version: "2.0" +version: "3.0" url: https://github.com/ACCESS-NRI/access-om2-configs/tree/release-1deg_jra55_ryf_bgc diff --git a/testing/checksum/historical-3hr-checksum.json b/testing/checksum/historical-3hr-checksum.json index f85b9bbb..cbb83bee 100644 --- a/testing/checksum/historical-3hr-checksum.json +++ b/testing/checksum/historical-3hr-checksum.json @@ -102,136 +102,136 @@ ], "Zonal velocity": [ "9051849634365276068", - "-7219876825772270128" + "2054835218936585250" ], "Meridional velocity": [ "9051849634365276068", - "7718829052070798169" + "7816526066601570409" ], "Advection of u": [ "0", - "-5944066163830149791" + "-5605928921166945482" ], "Advection of v": [ "0", - "-3606245664043050147" + "5862787896069588124" ], "rho(taup1)": [ "-7748370226989985205", - "-7837081616707155728" + "-7837081004384078255" ], "pressure_at_depth": [ "-8571165105958995058", - "3766340461956358512" + "3766330069235732254" ], "denominator_r": [ "1503206819559847786", - "1680867339548626496" + "1680797102707898250" ], "drhodT": [ "0", - "3671441152527694467" + "3670882262253946401" ], "drhodS": [ "0", - "-7181666987729138209" + "-7181725016866595989" ], "drhodz_zt": [ "6262314188798781904", - "-3687792755805341675" + "-3736667615475910888" ], "temp": [ - "6439013376161472637" + "6400245621896798336" ], "salt": [ - "-6460043919963996498" + "-6460016031637248189" ], "adic": [ - "-6147055571142518705" + "-6146764884144738536" ], "caco3": [ - "-4618769216798259880" + "-4617232429384837005" ], "alk": [ - "2809685935954716370" + "2809820407241337614" ], "dic": [ - "9051453021152906509" + "9051903596609836284" ], "no3": [ - "-7690779543004618577" + "-4208142916121494282" ], "phy": [ - "7043623027344006783" + "7043928798975832757" ], "o2": [ - "-390891218263117868" + "-391301576300856584" ], "fe": [ - "5836369401565001701" + "5837239545083191039" ], "zoo": [ - "62469816234139983" + "62465720406428691" ], "det": [ - "-7982764520420656589" + "-7969028431366610073" ], "age_global": [ - "-2089263836246834534" + "-2090365323539267977" ], "pot_temp": [ - "-2677707813297858788" + "-2756740960255224103" ], "frazil": [ - "-6490417584313773566" + "-6492211926540405588" ], "ending agm_array": [ - "150473839557011292" + "150479767369468254" ], "ending aredi_array": [ "-5841239085443710976" ], "ending rossby_radius": [ - "1018343635581229232" + "1018343640387033038" ], "ending rossby_radius_raw": [ - "-1967324386201522343" + "-1967788831145649482" ], "ending bczone_radius": [ "0" ], "ending bih_viscosity": [ - "-8366038681792696562" + "-8366033868190395929" ], "ending lap_viscosity": [ - "4282885204976201653" + "4282885207507837227" ], "thickness_sigma": [ - "-8922962937573330201" + "-8922963119643938885" ], "eta_t": [ - "1505667298650737968" + "1515295423058452612" ], "eta_u": [ - "5170162412740895873" + "-4053934342875520907" ], "deta_dt": [ - "4349425057955798847" + "-4888527976286666126" ], "eta_t_bar": [ - "-1840623819669111202" + "-1827552510485023716" ], "pbot_t": [ - "-5089381650109687397" + "-5089383290874941991" ], "pbot_u": [ - "8536043801549122574" + "8536044220012961503" ], "dpbot_dt": [ "0" ], "anompb": [ - "-7972913702096155856" + "-7972774095439332304" ], "anompb_bar": [ "0" @@ -243,13 +243,13 @@ "0" ], "ps": [ - "-5605307969077529618" + "-5591705669890929451" ], "grad_ps_1": [ - "-3342033496855087870" + "5911624925827954885" ], "grad_ps_2": [ - "-1671907758276249867" + "-1670836648316808421" ], "grad_anompb_1": [ "0" @@ -258,13 +258,13 @@ "0" ], "udrho": [ - "-9183103945733872834" + "17784157626862660" ], "vdrho": [ - "-760041756553333564" + "8471028563915026760" ], "conv_rho_ud_t": [ - "7159248033735860672" + "7163063595100493388" ], "source": [ "449088406963757173" @@ -279,82 +279,82 @@ "0" ], "forcing_u_bt": [ - "244177973415118758" + "238519376935189195" ], "forcing_v_bt": [ - "3217776309697085435" + "3218582523171631534" ], "Thickness%rho_dzt(taup1)": [ - "8938538127982277604" + "8938527388136637155" ], "Thickness%rho_dzu(taup1)": [ - "9097983338828419624" + "9097971486054941253" ], "Thickness%mass_u(taup1)": [ - "-4119591759866818668" + "-4119594791477144770" ], "Thickness%rho_dzten(1)": [ - "3245835600385629950" + "3245800845802775547" ], "Thickness%rho_dzten(2)": [ - "-5732682612010374173" + "-5732709914803894032" ], "Thickness%rho_dztr": [ - "5185704005138495102" + "5185713896184376154" ], "Thickness%rho_dzur": [ - "5511733754852999856" + "5511744962522863254" ], "Thickness%rho_dzt_tendency": [ - "-6955412052158114238" + "-7140250635504574310" ], "Thickness%dzt": [ - "2592654781390667907" + "2592644229817113516" ], "Thickness%dzten(1)": [ - "-2940250647806571594" + "-2940284986320276023" ], "Thickness%dzten(2)": [ - "6504175533811376505" + "6504148414693732716" ], "Thickness%dztlo": [ - "732701353244177246" + "732690801671660445" ], "Thickness%dztup": [ - "732634917329128277" + "732624365754536734" ], "Thickness%dzt_dst": [ - "2087795642433256350" + "2087772640940628626" ], "Thickness%dzwt(k=0)": [ - "-3827124624642836644" + "-3827126278410713859" ], "Thickness%dzwt(k=1:nk)": [ - "2024084952854369300" + "2024074594818901605" ], "Thickness%dzu": [ - "-6605602585559347288" + "-6605614379412360036" ], "Thickness%dzwu(k=0)": [ - "6504632093172277972" + "6504630049787848040" ], "Thickness%dzwu(k=1:nk)": [ - "6199109348659192962" + "6199099151319554424" ], "Thickness%depth_zt": [ - "-769928641964886860" + "-769939047655987467" ], "Thickness%geodepth_zt": [ - "5243613651870631451" + "5243639572893596341" ], "Thickness%depth_zu": [ - "-2586604944039230743" + "-2586618254832895104" ], "Thickness%depth_zwt": [ - "1482443281981283976" + "1482433246938456078" ], "Thickness%depth_zwu": [ - "-2312691374965216978" + "-2312703539723661325" ], "Thickness%depth_st": [ "-436572698594795605" @@ -381,10 +381,10 @@ "-5076855368579520310" ], "Thickness%mass_en(1)": [ - "941719286360778484" + "941718178057732091" ], "Thickness%mass_en(2)": [ - "1400409276632134594" + "1400409869001466238" ] } } \ No newline at end of file