### Modifiy to fit your directory path here: Version_Directory = /gxfs_work/geomar/smomw502/UVic_ESCM/2.9_wk_0922 # comment out unwanted options or directories with "#" Model_Options = ### artificial upwelling code (options supported by this code) #O_ocean_upwelling_pipes #O_ocean_upwelling_pipes_with_fe # dont use the following two options together, this does not compile! #O_pipes_at_kmax #O_pipes_everywhere #O_pipes_at_kmin #O_pipes_no_heat_exchange #O_pipes_no_nutrient_exchange #O_pipes_no_dic_exchange #O_pipes_no_alk_exchange #O_pipes_no_prenutrient_upward_pumping (experimental, potentially not correct) #O_oceanmask #O_oceanmask_out #O_pipes_mask #O_pipes_mask_const ### artificial downwelling & acid to depth export TA_pipes TA_OAE_surface #TA_acid_to_depth #TA_downwelling_pipes #O_pipe_tavg_output ###Pre-compiler options not supported (don't use!) #O_pipes_diagnostics #O_pipes_rmodcondi # Do also not use other pre-compiler options from any primary UVic code base, # since they will not work. # You can add your own pre-compiler options here (after implementing them in # your version of the code. ### source code directories (if excluded, exclude equivalent option) Source_Directory(1) = updates ### data source directories Data_Source(1) = data ### miscellaneous settings Executable_File = UVic_noLand_pipes Input_File = control.in Output_File = pr Code_Directory = code Data_Directory = data Libraries = -lnetcdf -lnetcdff Preprocessor = fpp Compiler_F = ifx -r8 -O3 -warn nouncalled -c Compiler_f = ifx -r8 -O3 -warn nouncalled -c Compiler_F90 = ifx -r8 -O3 -warn nouncalled -FR -c Compiler_f90 = ifx -r8 -O3 -warn nouncalled -FR -c Linker = ifx -r8 -O3 -warn nouncalled -o