namelist.nemo.cfc.ref.sh 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. cat << EOF
  2. !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  3. !! CFC : 1 - dates (namcfcdate)
  4. !! namelists
  5. !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
  6. !'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  7. &namcfcdate ! dates
  8. !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  9. ndate_beg = 300101 ! datedeb1
  10. nyear_res = 1932 ! iannee1
  11. ! Formatted file of annual hemisperic CFCs concentration in the atmosphere (ppt)
  12. clnamecfc = 'CFCs_CDIAC.dat'
  13. cfc_offset = 0
  14. ! cfc_offset = -183 ! offset introduced to deal with 6 repeating cycles for OMIP.
  15. !
  16. ! 1st OMIP-2 cycle ----> cfc_offset = -305
  17. ! 2nd OMIP-2 cycle ----> cfc_offset = -244
  18. ! 3rd OMIP-2 cycle ----> cfc_offset = -183
  19. ! 4th OMIP-2 cycle ----> cfc_offset = -122
  20. ! 5th OMIP-2 cycle ----> cfc_offset = -61
  21. ! 6th OMIP-2 cycle ----> cfc_offset = 0
  22. !
  23. ! 1st OMIP-1 cycle ----> cfc_offset = -310
  24. ! 2nd OMIP-1 cycle ----> cfc_offset = -248
  25. ! 3rd OMIP-1 cycle ----> cfc_offset = -186
  26. ! 4th OMIP-1 cycle ----> cfc_offset = -124
  27. ! 5th OMIP-1 cycle ----> cfc_offset = -62
  28. ! 6th OMIP-1 cycle ----> cfc_offset = 0
  29. !
  30. /
  31. !'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  32. &namcfcdia ! additional 2D/3D tracers diagnostics
  33. !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
  34. ! ! name ! title of the field ! units !
  35. ! ! ! ! !
  36. ! cfcdia2d(1) = 'qtr_c11 ' , 'Air-sea flux of CFC-11 ', 'mol/m2/s '
  37. ! cfcdia2d(2) = 'qint_c11' , 'Cumulative air-sea flux of CFC-11 ', 'mol/m2 '
  38. ! cfcdia2d(3) = 'qtr_c12 ' , 'Air-sea flux of CFC-12 ', 'mol/m2/s '
  39. ! cfcdia2d(4) = 'qint_c12' , 'Cumulative air-sea flux of CFC-12 ', 'mol/m2 '
  40. ! cfcdia2d(5) = 'qtr_sf6 ' , 'Air-sea flux of SF6 ', 'mol/m2/s '
  41. ! cfcdia2d(6) = 'qint_sf6' , 'Cumulative air-sea flux of SF6 ', 'mol/m2 '
  42. /
  43. EOF