Difference between revisions of "Solution to UKCA & UMUI Tutorial 7 Task 7.1"

From UKCA
(Created page with " Back to the adding dry deposition tutorial ==Task== You were asked to <blockquote> You should now add …")
 
Line 28: Line 28:
 
The changes to '''ukca_surfddr.F90''' can be made very easily by adding '''ALICE''' to the '''CO''' block in the <tt>CASE</tt> statement.
 
The changes to '''ukca_surfddr.F90''' can be made very easily by adding '''ALICE''' to the '''CO''' block in the <tt>CASE</tt> statement.
 
</blockquote>
 
</blockquote>
  +
  +
==Solution==
  +
  +
You will need to make changes to 3 UKCA routines and make 1 hand-edit.
  +
  +
===Changes to ukca_chem_<span: style="color:blue">scheme</span>.F90===
  +
  +
----
  +
''Written by [[User:Nla27 | Luke Abraham]] 2013''

Revision as of 14:34, 24 June 2013

Back to the adding dry deposition tutorial

Task

You were asked to

You should now add in the dry deposition of ALICE. This species deposits in a similar way to CO. You will need to adjust depvel_defs_scheme as well ukca_aerod.F90 and ukca_surfddr.F90. The values for depvel_defs_scheme are:

0.00 0.00 0.00 0.00 0.00 0.00
0.03 0.03 0.03 0.03 0.03 0.03
0.03 0.03 0.03 0.03 0.03 0.03
0.03 0.03 0.03 0.03 0.03 0.03
0.00 0.00 0.00 0.00 0.00 0.00

i.e. the same as for CO.

and were given the hint

The changes to ukca_surfddr.F90 can be made very easily by adding ALICE to the CO block in the CASE statement.

Solution

You will need to make changes to 3 UKCA routines and make 1 hand-edit.

Changes to ukca_chem_<span: style="color:blue">scheme.F90


Written by Luke Abraham 2013