Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmorization missing echam6 streams #731

Closed
fernandadialzira opened this issue Jul 12, 2022 · 7 comments
Closed

cmorization missing echam6 streams #731

fernandadialzira opened this issue Jul 12, 2022 · 7 comments
Assignees
Labels
awiesm bug Something isn't working Closed by github-actions echam outdated? Is this still an issue? Stale

Comments

@fernandadialzira
Copy link
Collaborator

Some of our AWI-ESM2.1 simulations need to have a standard netcdf output file. When I select the out_filetype=2 switch on the echam section of my run config I still get accw streams in grib format, and echam and co2 streams are not written at all.

looking at esm_tools/configs/components/echam/echam.yaml, there is the part where the streams are set up:

streams:
        - echam
        - accw
        - co2
        - g3bid
        - g3bim
        - g3bday
        - g3b1hi
        - glday
        - aclcim
        - sp6h
        - glim
        - spim

streamsnc:
        - aclcim
        - g3b1hi
        - g3bday
        - g3bid
        - g3bim
        - glday
        - glim
        - jsbid
        - sp6h
        - spim

I tried including these three in streamsnc and ran my simulation, but it would still not write those.

machine: ollie
esm_tools version: release - I do not remember which specific version it was, but it is definitely more than version 6.1

@pgierz pgierz added bug Something isn't working awiesm echam labels Jul 12, 2022
@pgierz pgierz self-assigned this Jul 12, 2022
@pgierz
Copy link
Member

pgierz commented Jul 12, 2022

Hi @fernandadialzira, do you have the experiment path? I would need to look at your namelist.echam

@chrisdane
Copy link
Contributor

chrisdane commented Jul 12, 2022

Hi Fernanda

To save variables from echams co2 stream, I made added sth like this to the namelist.echam (on levante):

/work/ba1103/a270073/out/awicm-1.0-recom/awi-esm-1-1-lr_kh800/piControl/config/echam/namelist.echam
&mvstreamctl
    filetag = 'co2mon'
    source = 'co2'
    target = '*mon'
    interval = 1, 'months', 'last', 0
    variables = 'co2_burden:mean>co2_burden=8', 'co2_flx_anthro:mean>co2_flx_anthro=20',
                'co2_flx_land:mean>co2_flx_land=6', 'co2_flx_lcc:mean>co2_flx_lcc=24',
                'co2_flx_harvest:mean>co2_flx_harvest=25', 'co2_flux:mean>co2_flux=5',
                'co2_flx_ocean:mean>co2_flx_ocean=7'
/

Feel free to use and adapt.

The streams and streamsnc definitions in echam.yaml are only needed to move the model output files from run_yyyymmdd/work to outdata/echam/ (ongoing issue: #384).

Cheers,
Chris

@fernandadialzira
Copy link
Collaborator Author

Hi @fernandadialzira, do you have the experiment path? I would need to look at your namelist.echam

Hi @pgierz: the path is /work/ollie/fmatos/mis3/experiments_testing/GT21G21O21_003_gm2000/
I did not assign a path for echam namelists, so it was probably the default from esm_tools

@pgierz
Copy link
Member

pgierz commented Jul 13, 2022

Info also for @christian-stepanek: Before I change the defaults, I need to know what you have discussed with the DKRZ colleagues regarding CMORization

@christian-stepanek
Copy link
Contributor

Info also for @christian-stepanek: Before I change the defaults, I need to know what you have discussed with the DKRZ colleagues regarding CMORization

Discussion is still ongoing, I suggest to leave this issue open until we have fixed that.

@nwieters
Copy link
Contributor

Hi @christian-stepanek, @pgierz , has anything been decided on this yet?

Is it still planned to change the default Echam namelist? Or is the solution by @chrisdane sufficient and we can close the issue?

@nwieters nwieters added the outdated? Is this still an issue? label Aug 14, 2023
Copy link

This issue has been inactive for the last 365 days. It will now be marked as stale and closed after 30 days of further inactivity. Please add a comment to reset this automatic closing of this issue or close it if solved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awiesm bug Something isn't working Closed by github-actions echam outdated? Is this still an issue? Stale
Projects
None yet
Development

No branches or pull requests

5 participants