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

Register institution_id NASA-GSFC #101 #105

Merged
merged 1 commit into from
Jul 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Tables/input4MIPs_CV.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"MPI-B":"Max Planck Institute for Biogeochemistry, Jena 07745, Germany",
"MPI-M":"Max Planck Institute for Meteorology, Hamburg 20146, Germany",
"MRI":"Meteorological Research Institute, Tsukuba, Ibaraki 305-0052, Japan",
"NASA-GSFC":"NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA",
"NCAR":"National Center for Atmospheric Research, Boulder, CO 80307, USA",
"NCAS":"National Centre for Atmospheric Science, University of Reading, Reading RG6 6BB, UK",
"PCMDI":"Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, CA 94550, USA",
Expand Down
1 change: 1 addition & 0 deletions demo/MRI-JMA-JRA55-do-1-4-0/Tables/input4MIPs_CV.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"MPI-B":"Max Planck Institute for Biogeochemistry, Jena 07745, Germany",
"MPI-M":"Max Planck Institute for Meteorology, Hamburg 20146, Germany",
"MRI":"Meteorological Research Institute, Tsukuba, Ibaraki 305-0052, Japan",
"NASA-GSFC":"NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA",
"NCAR":"National Center for Atmospheric Research, Boulder, CO 80307, USA",
"NCAS":"National Centre for Atmospheric Science, University of Reading, Reading RG6 6BB, UK",
"PCMDI":"Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, CA 94550, USA",
Expand Down
1 change: 1 addition & 0 deletions input4MIPs_institution_id.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"MPI-B":"Max Planck Institute for Biogeochemistry, Jena 07745, Germany",
"MPI-M":"Max Planck Institute for Meteorology, Hamburg 20146, Germany",
"MRI":"Meteorological Research Institute, Tsukuba, Ibaraki 305-0052, Japan",
"NASA-GSFC":"NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA",
"NCAR":"National Center for Atmospheric Research, Boulder, CO 80307, USA",
"NCAS":"National Centre for Atmospheric Science, University of Reading, Reading RG6 6BB, UK",
"PCMDI":"Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, CA 94550, USA",
Expand Down
2 changes: 1 addition & 1 deletion src/writeJson.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@
institution_id['MPI-B'] = 'Max Planck Institute for Biogeochemistry, Jena 07745, Germany'
institution_id['MPI-M'] = 'Max Planck Institute for Meteorology, Hamburg 20146, Germany'
institution_id['MRI'] = 'Meteorological Research Institute, Tsukuba, Ibaraki 305-0052, Japan'
#institution_id['NASA-GSFC'] = 'NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA']
institution_id['NASA-GSFC'] = 'NASA Goddard Space Flight Center, Greenbelt, MD 20771, USA'
institution_id['NCAR'] = 'National Center for Atmospheric Research, Boulder, CO 80307, USA'
institution_id['NCAS'] = 'National Centre for Atmospheric Science, University of Reading, Reading RG6 6BB, UK'
institution_id['PCMDI'] = 'Program for Climate Model Diagnosis and Intercomparison, Lawrence Livermore National Laboratory, Livermore, CA 94550, USA'
Expand Down