You are here

w2_ivf.f90

Hi, The model release notes and the manual suggest that there is a w2_ivf.f90 file which is the Intel Visual Fortran source code. However, this file is NOT present in the installation zip folder I downloaded. There is an IVF folder under the SOURCE subdirectory, which contains the source code for various modules in W2 but this w2_ivf.f90 is not there. Can you tell me how I can get this file? I'd really appreciate it. Thanks, Ravi
Forums: 

Hi Ravi, Presently the source code is broken up into multiple files that should be linked together when compiling. The w2_ivf.f90 file was the combined code that included all these source files. At the moment we're not maintaining the w2_ivf.f90 file. Sorry about the confusion. chris

Thanks for your reply Chris. So, (I) which file do I start compiling first? Or (II) did you mean that I need to copy and past all the module codes into one file? For (I), I have tried to compile the w2modules.f90 and w2_36_win resulting in errors. I will try option II. Also, do you know how to change the precision of the real kind to double? Ravi P.