Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ GMAOpyobs:
AeroML:
local: ./src/Shared/@AeroML
remote: ../AeroML.git
tag: rt1.0.0-cak_tag0
tag: v1.1.0
develop: develop
sparse: ./config/AeroML.sparse

Expand Down
10 changes: 2 additions & 8 deletions src/Applications/GAAS_App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,18 @@ esma_add_library(${this}
ecbuild_add_executable(TARGET ana_aod.x SOURCES ana_aod.F LIBS ${this} GMAO_gfio_r4 Chem_Base Chem_Shared)
ecbuild_add_executable(TARGET mpana_aod.x SOURCES mpana_aod.F90 LIBS ${this} GMAO_gfio_r4 Chem_Base Chem_Shared)

set(pythonscripts modis_l2a.py mxd04_l2a.py avhrr_l2a.py patmosx_l2a.py aod_data.py)
set(pythonscripts aod_data.py)
install(PROGRAMS ${pythonscripts} get_aero_obs.csh run_gaas_ana.csh DESTINATION bin)

install(
FILES mxd04_nnr.py avhrr_nnr.py
DESTINATION lib/Python
)

if (EXTENDED_SOURCE)
set_target_properties (${this} PROPERTIES COMPILE_FLAGS ${EXTENDED_SOURCE})
set_target_properties (ana_aod.x PROPERTIES COMPILE_FLAGS ${EXTENDED_SOURCE})
endif()

file(GLOB rc_files *.rc)
file(GLOB pcf_files *.pcf)
file(GLOB tmpl_files *.tmpl)

install (
FILES ${rc_files} ${pcf_files} ${tmpl_files}
FILES ${rc_files} ${tmpl_files}
DESTINATION etc
)
86 changes: 0 additions & 86 deletions src/Applications/GAAS_App/aeronet_all.py

This file was deleted.

46 changes: 0 additions & 46 deletions src/Applications/GAAS_App/avhrr_all.py

This file was deleted.

25 changes: 0 additions & 25 deletions src/Applications/GAAS_App/avhrr_l2a.pcf

This file was deleted.

64 changes: 0 additions & 64 deletions src/Applications/GAAS_App/avhrr_l2a.py

This file was deleted.

Loading