Skip to content

Commit

Permalink
Register institution_id NASA-GSFC #101
Browse files Browse the repository at this point in the history
  • Loading branch information
durack1 committed Jul 17, 2020
1 parent 4602352 commit 9ba3158
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
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

0 comments on commit 9ba3158

Please sign in to comment.