We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support legacy model names in gcp_modelwieghts
gcp_modelwieghts
model_map = { 'rcp45': { 'pattern1': 'surrogate_mri-cgcm3_01', 'pattern2': 'surrogate_gfdl-esm2g_01', 'pattern3': 'surrogate_mri-cgcm3_06', 'pattern4': 'surrogate_gfdl-esm2g_06', # ok if missing - assigned weight 0 'pattern5': 'surrogate_mri-cgcm3_11', 'pattern6': 'surrogate_gfdl-esm2g_11', 'pattern27': 'surrogate_gfdl-cm3_89', 'pattern28': 'surrogate_canesm2_89', 'pattern29': 'surrogate_gfdl-cm3_94', 'pattern30': 'surrogate_canesm2_94', 'pattern31': 'surrogate_gfdl-cm3_99', 'pattern32': 'surrogate_canesm2_99'}, 'rcp85': { 'pattern1': 'surrogate_mri-cgcm3_01', 'pattern2': 'surrogate_gfdl-esm2g_01', 'pattern3': 'surrogate_mri-cgcm3_06', 'pattern4': 'surrogate_gfdl-esm2g_06', 'pattern5': 'surrogate_mri-cgcm3_11', 'pattern6': 'surrogate_gfdl-esm2g_11', 'pattern28': 'surrogate_gfdl-cm3_89', 'pattern29': 'surrogate_canesm2_89', 'pattern30': 'surrogate_gfdl-cm3_94', 'pattern31': 'surrogate_canesm2_94', 'pattern32': 'surrogate_gfdl-cm3_99', 'pattern33': 'surrogate_canesm2_99'}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support legacy model names in
gcp_modelwieghts
The text was updated successfully, but these errors were encountered: