noresm:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
noresm:start [2015-12-17 09:54:39]
michaels [Analyze model results]
noresm:start [2022-05-31 09:29:32] (current)
Line 1: Line 1:
 ====== NORESM wiki ====== ====== NORESM wiki ======
  
-NorESM is the Norwegian Earth System model. The model is based on the CCSM framework (http://en.wikipedia.org/wiki/Community_Climate_System_Model). However, NorESM has special features developed by Norwegian researchers. +**IMPORTANT IMPORTANT** 
 + 
 +THIS DOCUMENTATION IS CONTINUED HERE: 
 +https://noresm-docs.readthedocs.io/en/latest/ 
 + 
 +**IMPORTANT IMPORTANT** 
 + 
 + 
 +NorESM1 is the Norwegian Earth System model used for CMIP5. The model is based on the CCSM framework (http://en.wikipedia.org/wiki/Community_Climate_System_Model). However, NorESM has special features developed by Norwegian researchers. 
  
 Main references are:  Main references are: 
Line 18: Line 26:
  
 Tjiputra, J. F., C. Roelandt, M. Bentsen, D. M. Lawrence, T. Lorentzen, J. Schwinger, Ø. Seland, and C. Heinze (2013): Evaluation of the carbon cycle components in the Norwegian Earth System Model (NorESM), Geosci. Model Dev., 6, 301-325, doi:10.5194/gmd-6-301-2013 Tjiputra, J. F., C. Roelandt, M. Bentsen, D. M. Lawrence, T. Lorentzen, J. Schwinger, Ø. Seland, and C. Heinze (2013): Evaluation of the carbon cycle components in the Norwegian Earth System Model (NorESM), Geosci. Model Dev., 6, 301-325, doi:10.5194/gmd-6-301-2013
 +
 +The next version of the model NorESM2 is built on a update version of the CCSM framework, CESM2. (http://www.cesm.ucar.edu/models/cesm2/) ; (https://en.wikipedia.org/wiki/Community_Earth_System_Model). Its aerosol module is based on OsloAero5.3 of NorESM1.2 / CAM5.3-Oslo, documented here:
 +
 +Kirkevåg, A., A. Grini, D. Olivié, Ø. Seland, K. Alterskjær, M. Hummel, I. H. H. Karset, A. Lewinschal, X. Liu, R. Makkonen, I. Bethke, J. Griesfeller, M. Schulz, and T. Iversen (2018): A production-tagged aerosol module for Earth system models, OsloAero5.3 – extensions and updates for CAM5.3-Oslo,
 +Geosci. Model Dev., 11, 3945-3982, https://doi.org/10.5194/gmd-11-3945-2018
 +
  
 This wiki contains information shared between NorESM developers and users This wiki contains information shared between NorESM developers and users
Line 25: Line 39:
 The purpose of the wiki is to provide a common place for NorESM users and developers to share information. What tools are you using? Which version should I run for what purpose? etc. The purpose of the wiki is to provide a common place for NorESM users and developers to share information. What tools are you using? Which version should I run for what purpose? etc.
  
-Any questions about the wiki content should be directed to [[mailto:alf.grini@met.no|alf.grini@met.no]]+Any questions about the wiki content should be directed to [[mailto:oyvindse@met.no|oyvindse@met.no]]
 ===== Obtaining a version of the model ===== ===== Obtaining a version of the model =====
  
Line 32: Line 46:
 To obtain the current official version (i.e an old version used in CMIP5) : svn checkout https://svn.met.no/NorESM/noresm/branches/noresm-ver1-cmip5. If you are not a registered user, contact trond.iversen@met.no to get the proper authorization. To obtain the current official version (i.e an old version used in CMIP5) : svn checkout https://svn.met.no/NorESM/noresm/branches/noresm-ver1-cmip5. If you are not a registered user, contact trond.iversen@met.no to get the proper authorization.
  
-The main trunk (stable development verison) is available at https://svn.met.no/NorESM/noresm/trunk/noresm/ (svn checkout https://svn.met.no/NorESM/noresm/trunk/noresm/). The latest version of the trunk is upgraded to CESM1.2 (including CAM 5.3).+The main trunk (stable development verison) is at the "master" branch on github (including CAM 5.3). (see detailed info in [[NORESM:GitBestPractice]])
  
 If you are on a normal ubuntu PC and want the source code, you might see that "svn checkout" complains about "gnome keyring". If you see this problem, the solution is here: http://askubuntu.com/questions/206604/svn-and-gnome-keyring If you are on a normal ubuntu PC and want the source code, you might see that "svn checkout" complains about "gnome keyring". If you see this problem, the solution is here: http://askubuntu.com/questions/206604/svn-and-gnome-keyring
  
 +
 +**Need access to other versions: Special access document**:  https://docs.google.com/a/met.no/document/d/1G1ezxtBhzDyNWwrKJYWmp8gn402bOWThe_6gN00PDMQ/edit?usp=sharing
  
 ===== Running / Configuring the model ===== ===== Running / Configuring the model =====
Line 45: Line 61:
 [[NORESM:RunModel:AdvancedNorESM2]] [[NORESM:RunModel:AdvancedNorESM2]]
  
 +[[NORESM:RunModel:FluxesCrossingBoundaries]]
 +
 +[[NORESM:RunModel:CMIP6 volcanic forcing]]
 +
 +[[NORESM:RunModel:CMIP6emissionsOfShortLivedComponents]]
 +
 +[[NORESM:RunModel:CMIP6greenhouseGasConcentrations]]
 +
 +[[NORESM:RunModel:NorESM2 output]]      (New Oct 30'th 2018)
 ===== Develop the model ===== ===== Develop the model =====
  
Line 79: Line 104:
   * https://github.com/metno/noresm/ : feature-classnuc-ice_featureCAM5-OsloDevelopment-2 (ice nucleation feature branch)   * https://github.com/metno/noresm/ : feature-classnuc-ice_featureCAM5-OsloDevelopment-2 (ice nucleation feature branch)
   * https://github.com/metno/noresm/ : featureNitrate_featureCAM5-OsloDevelopment-2/ (aerosol nitrate feature branch)   * https://github.com/metno/noresm/ : featureNitrate_featureCAM5-OsloDevelopment-2/ (aerosol nitrate feature branch)
- 
-**NEW**: master contains a first version of the Oslo (Production Tagged) aerosol model. There is one compset using those aerosols: NFPTAERO 
  
 ==== NorESM1 branches in active development ==== ==== NorESM1 branches in active development ====
Line 101: Line 124:
 [[NORESM:UncertainAerosolParameters]] [[NORESM:UncertainAerosolParameters]]
 ===== Analyze model results ===== ===== Analyze model results =====
 +
 +[[NORESM:modeldiagnostics|General diagnostics page]]
  
 Several tools are shared among NorESM users Several tools are shared among NorESM users
Line 107: Line 132:
   * [[NORESM:noresm2nc4mpi|NorESM output compression tool on hexagon]]   * [[NORESM:noresm2nc4mpi|NorESM output compression tool on hexagon]]
   * [[NORESM:noresm2nc4norstore|NorESM output compression tool on NorStore]]   * [[NORESM:noresm2nc4norstore|NorESM output compression tool on NorStore]]
-  * [[NORESM:ModelDiagnostics|Model Diagnostic Tools]] +  * [[NORESM:ModelDiagnostics|ESM Model including Aerosol Diagnostic Tools]] 
-  * **OLD:** [[NORESM:AerosolBudgetsNorESM2Aerosol diagnostics/budgets in NorESM2]] +  * [[NORESM:ESMValTool|Earth System Model eValuation Tool (ESMValTool)]]
- +
 ===== Archive model results ===== ===== Archive model results =====
  
Line 119: Line 142:
 Data that builds the basis of publications should be migrated to NorStore's Research Data Archive in order to guarantee preservation and also to offload the project area. For specific NorESM instructions, see [[NORESM:norstorearchive|Norstore Archive]]  Data that builds the basis of publications should be migrated to NorStore's Research Data Archive in order to guarantee preservation and also to offload the project area. For specific NorESM instructions, see [[NORESM:norstorearchive|Norstore Archive]] 
  
 +===== CMIP5 archive of NorESM results =====
 +
 +[[NORESM:norstorearchive|Norstore Archive]] 
 ===== Share model results ===== ===== Share model results =====
  
Line 134: Line 160:
  
 ===== Resources ===== ===== Resources =====
-  * {{:noresm:NeICESMworkshop2015_IngoBethke.pdf|NeIC/Nordic ESM workshop Nov 16/17, Oslo - CMOR-izing of NorESM output by Ingo Bethke}} +  * {{:noresm:EVAannualMeeting2018_WP4_IngoBethke_20180831.pdf| EVA final meeting: CMOR-ization and ESGF publication of NorESM2 simulations - Ingo Bethke}} 
 +  * {{:noresm:LiuWorkshopESGF2018_IngoBethke.pdf| NICEST workshop for ESGF at NSC: CMOR post-processing of NorESM CMIP5 & CMIP6 output - Ingo Bethke}} 
 +  * {{:noresm:noresmvaltool20170510.pdf|ESMValTool setup for NorESM (10 May 2017) - Ingo Bethke}} 
 +  * TaiESM CCliCS workshop in Taipei 2016 - Ingo Bethke ({{noresm:BethkeEtAl_CCliCS2016_v2.pptx|pptx}}, {{noresm:BethkeEtAl_CCliCS2016_v2.pdf|pdf}})  
 +  * {{:noresm:HappiEVA_kickoff-meeting_Ingo.pdf|HappiEVA kick-off 2016 - Ingo Bethke}} 
 +  * {{:noresm:NeICESMworkshop2015_IngoBethke.pdf|NeIC/Nordic ESM workshop 2015 - CMOR-izing of NorESM output by Ingo Bethke}} 
   * {{NORESM:Eva2014_IngoBethke.pdf|Presentation on data management in EVA - EVA meeting, 2014, Bergen}}   * {{NORESM:Eva2014_IngoBethke.pdf|Presentation on data management in EVA - EVA meeting, 2014, Bergen}}
   * {{:noresm:alfg_stockholmpres.pdf|NorESM Workshop 2014 SU - Alf Grini}}   * {{:noresm:alfg_stockholmpres.pdf|NorESM Workshop 2014 SU - Alf Grini}}
  • noresm/start.1450346079.txt.gz
  • Last modified: 2022-05-31 09:23:24
  • (external edit)