README_burn.txt 6.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. *burn.sh v1.0*
  2. --------------
  3. Afterburner cmorizer
  4. Extracts variables from PlaSim output using CMOR conventions.
  5. Adjusts variable names, signs, units and computes derived variables.
  6. Usage: burn.sh [options] infile outfile var
  7. Options:
  8. -h Prints this help
  9. -s Extract 3D variables on sigma levels
  10. -a Afterburner variable (do not cmorize)
  11. -p lev1,lev2,... Specify pressure levels (in hPa)
  12. Default pressure levels are 20,30,50,70,100,150,200,250,300,400,500,600,700,850,925,1000 hPa
  13. Variables which can be extracted:
  14. -------------------------------------------------------------------------------------
  15. | 2D CMOR2 variables: |
  16. -------------------------------------------------------------------------------------
  17. | Name | Long Name | Units | From org. vars |
  18. -------------------------------------------------------------------------------------
  19. | ps | Surface Air Pressure | Pa | pl |
  20. | psl | Sea Level Pressure | Pa | psl |
  21. | tas | Near-Surface Air Temperature | K | tas |
  22. | tasmin |Daily Minimum Near-Surface Air Temperature| K | tasmin |
  23. | tasmax |Daily Maximum Near-Surface Air Temperature| K | tasmax |
  24. | ts | Surface Temperature | K | ts |
  25. | uas | Eastward Near-Surface Wind | m s-1 | uas |
  26. | vas | Northward Near-Surface Wind | m s-1 | vas |
  27. | evspsbl | Evaporation | kg m-2 s-1 | evap |
  28. | pr | Precipitation | kg m-2 s-1 | pr |
  29. | prc | Convective Precipitation | kg m-2 s-1 | prc |
  30. | prl | Large Scale Precipitation | kg m-2 s-1 | prl |
  31. | prsn | Snowfall Flux | kg m-2 s-1 | prsn |
  32. | mrros | Surface Runoff | kg m-2 s-1 | mrro |
  33. | mrso | Total Soil Moisture Content | kg m-2 s-1 | mrso |
  34. | tsl | Temperature of Soil | K | tso |
  35. | rsdt | TOA Incident Shortwave Radiation | W m-2 | rsut rst |
  36. | rsut | TOA Outgoing Shortwave Radiation | W m-2 | rsut |
  37. | rlut | TOA Outgoing Longwave Radiation | W m-2 | rlut |
  38. | rsds | Surface Downwelling Shortwave Radiation | W m-2 | ssru rss |
  39. | rsus | Surface Upwelling Shortwave Radiation | W m-2 | ssru |
  40. | rlds | Surface Downwelling Longwave Radiation | W m-2 | stru rls |
  41. | rlus | Surface Upwelling Longwave Radiation | W m-2 | stru |
  42. | hfls | Surface Upward Latent Heat Flux | W m-2 | hfls |
  43. | hfss | Surface Upward Sensible Heat Flux | W m-2 | hfss |
  44. | clt | Total Cloud Fraction | % | clt |
  45. | prw | Water Vapor Path | kg m-2 | prw |
  46. | huss | Near-Surface Specific Humidity | 1 | hus |
  47. | hurs | Near-Surface Specific Humidity | 1 | tas td2m |
  48. | orog | Surface Altitude | m | sg |
  49. | snd | Snow Depth | m | snd |
  50. | snm | Surface Snow Melt | kg m-2 s-1 | snm |
  51. | tauu | Surface Downward Eastward Wind Stress | Pa | tauu |
  52. | tauv | Surface Downward Northward Wind Stress | Pa | tauv |
  53. | sit | Sea Ice Thickness | m | sit |
  54. | sic | Sea Ice Cover | % | sic |
  55. -------------------------------------------------------------------------------------
  56. | 3D CMOR2 variables: |
  57. -------------------------------------------------------------------------------------
  58. | Name | Long Name | Units | From org. vars |
  59. -------------------------------------------------------------------------------------
  60. | hus | Specific Humidity | 1 | hus |
  61. | hur | Relative Humidity | % | hur |
  62. | zg | Geopotential Height | 1 | zg |
  63. | ta | Air Temperature | K | ta |
  64. | ua | Eastward Wind | m s-1 | ua |
  65. | va | Northward Wind | m s-1 | va |
  66. | wa | Upward Wind | m s-1 | wa |
  67. | wap | omega (=dp/dt) | Pa s-1 | wap |
  68. | cl | Cloud Area Fraction | % | cl |
  69. | clw | Mass Fraction of Cloud Liquid Water | 1 | clw |
  70. -------------------------------------------------------------------------------------
  71. | Not standard variables: |
  72. -------------------------------------------------------------------------------------
  73. | Name | Long Name | Units | From org. vars |
  74. -------------------------------------------------------------------------------------
  75. | td2m | Near-Surface Dewpoint Temperature | K | td2m |
  76. | rst | TOA Net Shortwave Radiation | W m-2 | rst |
  77. | rls | Surface Net Longwave Radiation | W m-2 | rls |
  78. | alb | Surface Albedo | 1 | alb |
  79. | prl | Large Scale Precipitation | kg m-2 s-1 | prl |
  80. | sndc | Surface Snow Depth Change | m s-1 | sndc |
  81. | stf | Stream Function | m | stf |
  82. | lsm | Land Sea Mask | 1 | lsm |
  83. | mld | Ocean Mixed Layer Thickness | m | mld |
  84. -------------------------------------------------------------------------------------
  85. Variables not in this list are extracted directly using afterburner with no change.
  86. Examples: zeta,d,bld etc.
  87. Note: uas and vas are not available in PlaSim output, derived from ua and va at sigma=1
  88. Note: psl (sea level pressure) is not avaiable in PlaSim output,
  89. derived from huss (hus at sigma=1), tas and ps using the hypsometric formula