ACCESS-NRI / model_configuration

Developing configurations for new model experiments
0 stars 0 forks source link

Saving fields from CM2 for driving OM2 #4

Open MartinDix opened 1 year ago

MartinDix commented 1 year ago

@wghuneke wants to drive an OM2 0.1 model with atmospheric fields from a CM2 0.25 run.

Fields are https://github.com/COSIMA/01deg_jra55_iaf/blob/master/namcouple#L86-L178

wghuneke commented 1 year ago

My understanding is that this task involves writing out the above fields from the coupling stage.

Runoff is probably not needed for my purpose, but might still be worth writing it out for the sake of completeness.

MartinDix commented 11 months ago

Suite cj877 modified to save 3 hourly data for the above fields. Ran 18 months from 0501 to allow creating a shifted set of 12 months following the JRA RYF. Take 501-01-01 to 501-04-30 as 1900-01-01 to 1900-04-30 and 500-05-01 to 500-12-31 as 1900-05-01 to 1900-12-31.

Difference between the grid average and land-only air temperature gave unreasonable estimates of the air temperature over the ocean fraction at some grid points (inconsistent time averaging?). Therefore just use the grid box average for driving the model.

MartinDix commented 11 months ago

ACCESS-OM2 1deg_jra55_ryf experiment modified to use the cj877 forcing is https://github.com/MartinDix/1deg_cm2_ryf. Coupling weights generated using suite u-cx958 with OCEAN_GRID_DIR='/g/data/ik11/inputs/access-om2/input_20201102'

River outflow and ice calving still from JRA55, everything else from cj877.

Some analysis of 5 year run at https://github.com/MartinDix/notebooks/blob/master/cj877_ryf_analysis.ipynb