Changeset 2837 for palm/trunk/SCRIPTS/NCL
- Timestamp:
- Feb 26, 2018 2:04:53 PM (7 years ago)
- Location:
- palm/trunk/SCRIPTS/NCL
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/NCL/cross_sections.ncl
r2147 r2837 41 41 ; load .ncl.config or .ncl.config.default 42 42 ;*************************************************** 43 44 file_name ="$PALM_BIN/../../.ncl.config" 45 existing_file = file_exists(ncl_version_ch,file_name) 46 43 44 existing_file = file_exists(ncl_version_ch,file_config) 47 45 if (existing_file) then 48 loadscript( "$PALM_BIN/../../.ncl.config")46 loadscript(file_config) 49 47 else 50 file_name = "$PALM_BIN/NCL/.ncl.config.default" 51 existing_file = file_exists(ncl_version_ch,file_name) 52 if (existing_file) then 53 loadscript( "$PALM_BIN/NCL/.ncl.config.default") 54 else 55 palm_bin_path = getenv("PALM_BIN") 56 print(" ") 57 print("Neither the personal configuration file '.ncl.config' exists in") 58 print("~/palm/current_version") 59 print("nor the default configuration file '.ncl.config.default' "+\ 60 "exists in") 61 print(palm_bin_path + "/NCL") 62 print(" ") 63 exit 64 end if 65 end if 48 palm_bin_path = getenv("PALM_BIN") 49 print(" ") 50 print("Neither the personal configuration file '.ncl.config' exists in") 51 print("~/palm/current_version") 52 print("nor the default configuration file '.ncl.config.default' "+\ 53 "exists in") 54 print(palm_bin_path + "/NCL") 55 print(" ") 56 exit 57 end if 58 66 59 67 60 begin -
palm/trunk/SCRIPTS/NCL/profiles.ncl
r2297 r2837 39 39 ; load .ncl.config or .ncl.config.default 40 40 ;*************************************************** 41 42 file_name ="$PALM_BIN/../../.ncl.config" 43 existing_file = file_exists(ncl_version_ch,file_name) 44 41 42 existing_file = file_exists(ncl_version_ch,file_config) 45 43 if (existing_file) then 46 loadscript( "$PALM_BIN/../../.ncl.config")44 loadscript(file_config) 47 45 else 48 file_name = "$PALM_BIN/NCL/.ncl.config.default" 49 existing_file = file_exists(ncl_version_ch,file_name) 50 if (existing_file) then 51 loadscript( "$PALM_BIN/NCL/.ncl.config.default") 52 else 53 palm_bin_path = getenv("PALM_BIN") 54 print(" ") 55 print("Neither the personal configuration file '.ncl.config' exists in") 56 print("~/palm/current_version") 57 print("nor the default configuration file '.ncl.config.default' "+\ 58 "exists in") 59 print(palm_bin_path + "/NCL") 60 print(" ") 61 exit 62 end if 63 end if 46 palm_bin_path = getenv("PALM_BIN") 47 print(" ") 48 print("Neither the personal configuration file '.ncl.config' exists in") 49 print("~/palm/current_version") 50 print("nor the default configuration file '.ncl.config.default' "+\ 51 "exists in") 52 print(palm_bin_path + "/NCL") 53 print(" ") 54 exit 55 end if 64 56 65 57 -
palm/trunk/SCRIPTS/NCL/spectra.ncl
r2563 r2837 39 39 ; load .ncl.config or .ncl.config.default 40 40 ;*************************************************** 41 42 file_name ="$PALM_BIN/../../.ncl.config" 43 existing_file = file_exists(ncl_version_ch,file_name) 44 41 42 existing_file = file_exists(ncl_version_ch,file_config) 45 43 if (existing_file) then 46 loadscript( "$PALM_BIN/../../.ncl.config")44 loadscript(file_config) 47 45 else 48 file_name = "$PALM_BIN/NCL/.ncl.config.default" 49 existing_file = file_exists(ncl_version_ch,file_name) 50 if (existing_file) then 51 loadscript( "$PALM_BIN/NCL/.ncl.config.default") 52 else 53 palm_bin_path = getenv("PALM_BIN") 54 print(" ") 55 print("Neither the personal configuration file '.ncl.config' exists in") 56 print("~/palm/current_version") 57 print("nor the default configuration file '.ncl.config.default' "+\ 58 "exists in") 59 print(palm_bin_path + "/NCL") 60 print(" ") 61 exit 62 end if 63 end if 46 palm_bin_path = getenv("PALM_BIN") 47 print(" ") 48 print("Neither the personal configuration file '.ncl.config' exists in") 49 print("~/palm/current_version") 50 print("nor the default configuration file '.ncl.config.default' "+\ 51 "exists in") 52 print(palm_bin_path + "/NCL") 53 print(" ") 54 exit 55 end if 56 64 57 65 58 begin -
palm/trunk/SCRIPTS/NCL/timeseries.ncl
r2030 r2837 40 40 ; load .ncl.config or .ncl.config.default 41 41 ;*************************************************** 42 43 file_name ="$PALM_BIN/../../.ncl.config" 44 existing_file = file_exists(ncl_version_ch,file_name) 45 42 43 existing_file = file_exists(ncl_version_ch,file_config) 46 44 if (existing_file) then 47 loadscript( "$PALM_BIN/../../.ncl.config")45 loadscript(file_config) 48 46 else 49 file_name = "$PALM_BIN/NCL/.ncl.config.default" 50 existing_file = file_exists(ncl_version_ch,file_name) 51 if (existing_file) then 52 loadscript( "$PALM_BIN/NCL/.ncl.config.default") 53 else 54 palm_bin_path = getenv("PALM_BIN") 55 print(" ") 56 print("Neither the personal configuration file '.ncl.config' exists in") 57 print("~/palm/current_version") 58 print("nor the default configuration file '.ncl.config.default' "+\ 59 "exists in") 60 print(palm_bin_path + "/NCL") 61 print(" ") 62 exit 63 end if 47 palm_bin_path = getenv("PALM_BIN") 48 print(" ") 49 print("Neither the personal configuration file '.ncl.config' exists in") 50 print("~/palm/current_version") 51 print("nor the default configuration file '.ncl.config.default' "+\ 52 "exists in") 53 print(palm_bin_path + "/NCL") 54 print(" ") 55 exit 64 56 end if 57 65 58 66 59 begin
Note: See TracChangeset
for help on using the changeset viewer.