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

Add the reference model to the job output #30

Closed
jypeter opened this issue Nov 21, 2019 · 1 comment
Closed

Add the reference model to the job output #30

jypeter opened this issue Nov 21, 2019 · 1 comment

Comments

@jypeter
Copy link

jypeter commented Nov 21, 2019

I'm using a configuration like the following in datasets_setup.py

if onCiclad or atTGCC:
    models = [

        dict(project='CMIP6',
             model='IPSL-CM6A-LR',
             experiment='midHolocene',
             frequency='monthly',
             clim_period='last_200Y',
             ts_period='full',
             realization='r1i1p1f1',
             version='latest',
             customname='midHolocene f1'
             ),

        dict(project='CMIP6',
             model='IPSL-CM6A-LR',
             experiment='midHolocene',
             frequency='monthly',
             clim_period='last_200Y',
             ts_period='full',
             realization='r1i1p1f2',
             version='latest',
             customname='midHolocene f2'
             ),

and

reference = dict(project='CMIP6',
             model='IPSL-CM6A-LR',
             experiment='piControl',
             frequency='monthly',
             clim_period='last_200Y',
             ts_period='full',
             realization='r1i1p1f1',
             version='latest',
             customname='piControl'
             )

But I only get information about the models in the job output. Nothing (obvious) about the reference (or maybe it is there, but I have missed it because it is not printed as the models)

==> ----------------------------------- #
==> Working on models:
==> ----------------------------------- #

  experiment =  midHolocene
  customname =  midHolocene f1
  ts_period =  full
  project =  CMIP6
  version =  latest
  frequency =  monthly
  realization =  r1i1p1f1
  model =  IPSL-CM6A-LR
  clim_period =  last_200Y
  --
  --
  experiment =  midHolocene
  customname =  midHolocene f2
  ts_period =  full
  project =  CMIP6
  version =  latest
  frequency =  monthly
  realization =  r1i1p1f2
  model =  IPSL-CM6A-LR
  clim_period =  last_200Y

For debugging purpose, and since having an incorrect datasets_setup.py file seems to be a common source of errors, it could be useful to also have some clear information about the reference in the output

@jservonnat
Copy link
Owner

Done

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