Esben Almqvist wrote: > Dear METRo members, > > I will also try to carry out a sensitivity test of the heat > conductivity of the asphalt. Is there an easy way to change the value > of the conductivity? Yes it is.
In the file grille.f, look for the comment "Association of conductivity/capicity on different layers of materiels". In the following "DO" loop, you have the value for KS(k) that is set. You have 4 values available: Asphalt, crushed rock, concrete and deep soil. Those values correspond to the Table 1 in the METRo publication (CS(K) is the Volumetric capacity). Units for conductivity are W/(K*m). You can change them and recompile the fortran code (the do_macadam script in the "script" directory). Let us know if you have better performance with other values. Miguel -- Miguel Tremblay Physicien - Physicist Centre météorologique canadien - Canadian meteorological centre (CMC) Environnement Canada - Environment Canada http://www.ec.gc.ca/ 2121 Trans-Canada N. Suite 228 Téléphone/Phone: 514-421-4729 Dorval, Québec Fax: 514-421-4679 CANADA H9P 1J3 courriel/email: [EMAIL PROTECTED] _______________________________________________ METRo-developers mailing list [email protected] https://mail.gna.org/listinfo/metro-developers
