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

Forcing with daily coupled model output #59

Closed
aidanheerdegen opened this issue Nov 2, 2020 · 3 comments
Closed

Forcing with daily coupled model output #59

aidanheerdegen opened this issue Nov 2, 2020 · 3 comments

Comments

@aidanheerdegen
Copy link
Contributor

Rishav is trying to force ACCESS-OM2 with daily output from the ACCESS-CM2 coupled model. At first he tried monthly but it gave this unhelpful error

assertion failed: accessom2_sync_config: total runtime in seconds not integer multiple of atm_ice_timestep
1

which suggests an error in the time steps, but this is a red herring.

He switched to daily forcing and it worked, but crashes at the end of the year with this error

 MCT::m_ExchangeMaps::ExGSMapGSMap_:: MCTERROR, Grid Size mismatch 
 LocalMap Gsize =        27648  RemoteMap Gsize =       204800
MCT::m_ExchangeMaps::ExGSMapGSMap_: Map Grid Size mismatch error, stat =3
 MCT::m_ExchangeMaps::ExGSMapGSMap_:: MCTERROR, Grid Size mismatch 
 LocalMap Gsize =       204800  RemoteMap Gsize =        27648
MCT::m_ExchangeMaps::ExGSMapGSMap_: Map Grid Size mismatch error, stat =3

Image              PC                Routine            Line        Source             
yatm_4198e150.exe  00000000007F57CA  Unknown               Unknown  Unknown
yatm_4198e150.exe  0000000000708E4C  Unknown               Unknown  Unknown
yatm_4198e150.exe  00000000007076E4  Unknown               Unknown  Unknown
yatm_4198e150.exe  0000000000709E39  Unknown               Unknown  Unknown
yatm_4198e150.exe  0000000000673538  Unknown               Unknown  Unknown
yatm_4198e150.exe  00000000005E958A  mod_oasis_coupler        1055  mod_oasis_coupler.F90
yatm_4198e150.exe  000000000049F454  mod_oasis_method_         741  mod_oasis_method.F90
yatm_4198e150.exe  00000000004461A1  coupler_mod_mp_co         149  coupler.F90
yatm_4198e150.exe  0000000000412A6B  MAIN__.V                  133  atm.F90
yatm_4198e150.exe  0000000000410D62  Unknown               Unknown  Unknown
libc-2.28.so       00001524A67696A3  __libc_start_main     Unknown  Unknown
yatm_4198e150.exe  0000000000410C6E  Unknown               Unknown  Unknown

which is eerily similar to an error encountered in the tests

#36 (comment)

His control directory is here /scratch/e14/rg1653/access-om2/control/1deg_50years

Any ideas @nichannah ?

@russfiedler
Copy link
Contributor

russfiedler commented Nov 2, 2020

That mismatch error often arises to a problem with the the river runoff remapping file. It gets read through atm_nml rather than the namcouple file. Check that it's pointing to the right file. I thought this would have been a problem at the start though.

Edit: Umm, that traceback is definitely from the start of the run. Why do you think it's from the end of the year?

@aidanheerdegen
Copy link
Contributor Author

Rishav has resubmitted and AFAICT it has crashed at a different location, i.e. the start. Now I am confused, and can't locate the previous crash log.

Thanks for the feedback @russfiedler I'll follow up with the new info.

@aidanheerdegen
Copy link
Contributor Author

This issue was due to an incorrect time dimension in one of the forcing files. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants