Ask Your Question
0

How to change vstreching parameter

asked 2020-12-28 19:40:42 +0100

javadi gravatar image

Dear users

I try to change Vstreching in Croco tools but I cannot find this value. The default value for this is 1. Where is it?

Thank you so much for your cooperation

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2020-12-31 13:34:52 +0100

javadi gravatar image

Dear Dr. Andres

Thank you so much for your response. It is very helpful.

edit flag offensive delete link more
0

answered 2020-12-29 21:21:46 +0100

andres gravatar image

It is hardcoded in the create_climfile.m, create_inifile.m and create_bryfile files.

mosa@parti-mosa:~/croco_tools-master/Preprocessing_tools$ grep Vstretch * create_bryfile.m:nc{'Vstretching'} = ncint('one') ; create_bryfile.m:nc{'Vstretching'}.long_name = ncchar('vertical terrain-following stretching function'); create_bryfile.m:nc{'Vstretching'}.long_name = 'vertical terrain-following stretching function'; create_bryfile.m:nc{'Vstretching'}(:)=1; create_climfile.m:nc{'Vstretching'} = ncint('one') ; create_climfile.m:nc{'Vstretching'}.long_name = ncchar('vertical terrain-following stretching function'); create_climfile.m:nc{'Vstretching'}.long_name = 'vertical terrain-following stretching function'; create_climfile.m:nc{'Vstretching'}(:)=1; create_inifile.m:nc{'Vstretching'} = ncint('one') ; create_inifile.m:nc{'Vstretching'}.long_name = ncchar('vertical terrain-following stretching function'); create_inifile.m:nc{'Vstretching'}.long_name = 'vertical terrain-following stretching function'; create_inifile.m:nc{'Vstretching'}(:)=1;

These are located in the Preprocessing_tools directory of CROCO_TOOLS

edit flag offensive delete link more
Login/Signup to Answer

Question Tools

1 follower

Stats

Asked: 2020-12-28 19:40:42 +0100

Seen: 1,012 times

Last updated: Dec 31 '20