COSIMA / access-om3

ACCESS-OM3 global ocean-sea ice-wave coupled model
13 stars 7 forks source link

Running without salinity restoring #234

Open anton-seaice opened 1 month ago

anton-seaice commented 1 month ago

For interest & comparison to CM3, I ran the 1deg ryf for 1 year without salinity restoring.

Similar to CM3, the salinity rapidly drops to 0 at the mouth of the Amazon river:

Screenshot 2024-10-11 at 11 13 12 AM

It does similar things at other river mouths

Screenshot 2024-10-11 at 11 13 34 AM

ping @martindix @kieranricardo

ofa001 commented 1 month ago

Thanks @anton-seaice, glad it didn't blow up, and its given us what we similar to what we saw in CM3 relation to the Amazon outflow, and other locations like the Baltic.

access-hive-bot commented 2 weeks ago

This issue has been mentioned on ACCESS Hive Community Forum. There might be relevant details there:

https://forum.access-hive.org.au/t/ocean-team-workshop-12-15th-november-2024/3857/8

aekiss commented 2 weeks ago

Just adding some notes from Matt Harrison's talk yesterday. He spoke about two implementations:

  1. using a dynamic land model, with code modifications at the coupler level (FMScap) in https://github.com/MJHarrison-GFDL/coupler/tree/SfcMassBal: P-E calculated in subdomain each coupling timestep; P scaled using target moisture transport convergence - see Harrison et al 2022
  2. without land model, with code changes in ice model (SIS2) in https://github.com/MJHarrison-GFDL/SIS2/tree/intersperse_merge: use pre-computed land storage and river fluxes; P-E calculated in subdomain each coupling timestep; P scaled using target moisture transport convergence and regional land storage

I guess 2. might be feasible with code changes to the mediator? But it seems a biggish job and we'd need a good source of land storage and target moisture transport data.