12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- cat << EOF
- !!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- !! CFC : 1 - dates (namcfcdate)
- !! namelists
- !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- !'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
- &namcfcdate ! dates
- !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- ndate_beg = 300101 ! datedeb1
- nyear_res = 1932 ! iannee1
- ! Formatted file of annual hemisperic CFCs concentration in the atmosphere (ppt)
- clnamecfc = 'CFCs_CDIAC.dat'
- cfc_offset = 0
- ! cfc_offset = -183 ! offset introduced to deal with 6 repeating cycles for OMIP.
- !
- ! 1st OMIP-2 cycle ----> cfc_offset = -305
- ! 2nd OMIP-2 cycle ----> cfc_offset = -244
- ! 3rd OMIP-2 cycle ----> cfc_offset = -183
- ! 4th OMIP-2 cycle ----> cfc_offset = -122
- ! 5th OMIP-2 cycle ----> cfc_offset = -61
- ! 6th OMIP-2 cycle ----> cfc_offset = 0
- !
- ! 1st OMIP-1 cycle ----> cfc_offset = -310
- ! 2nd OMIP-1 cycle ----> cfc_offset = -248
- ! 3rd OMIP-1 cycle ----> cfc_offset = -186
- ! 4th OMIP-1 cycle ----> cfc_offset = -124
- ! 5th OMIP-1 cycle ----> cfc_offset = -62
- ! 6th OMIP-1 cycle ----> cfc_offset = 0
- !
- /
- !'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
- &namcfcdia ! additional 2D/3D tracers diagnostics
- !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
- ! ! name ! title of the field ! units !
- ! ! ! ! !
- ! cfcdia2d(1) = 'qtr_c11 ' , 'Air-sea flux of CFC-11 ', 'mol/m2/s '
- ! cfcdia2d(2) = 'qint_c11' , 'Cumulative air-sea flux of CFC-11 ', 'mol/m2 '
- ! cfcdia2d(3) = 'qtr_c12 ' , 'Air-sea flux of CFC-12 ', 'mol/m2/s '
- ! cfcdia2d(4) = 'qint_c12' , 'Cumulative air-sea flux of CFC-12 ', 'mol/m2 '
- ! cfcdia2d(5) = 'qtr_sf6 ' , 'Air-sea flux of SF6 ', 'mol/m2/s '
- ! cfcdia2d(6) = 'qint_sf6' , 'Cumulative air-sea flux of SF6 ', 'mol/m2 '
- /
- EOF
|