Changeset 3226 for trunk/ICOSA_LMDZ
- Timestamp:
- Feb 20, 2024, 2:11:42 PM (9 months ago)
- Location:
- trunk/ICOSA_LMDZ
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICOSA_LMDZ/bld.cfg
r2488 r3226 92 92 bld::excl_dep use::comgeomfi_h 93 93 bld::excl_dep use::phys_state_var_init_mod 94 bld::excl_dep use::conf_phys 94 bld::excl_dep use::conf_phys_mod 95 95 96 96 bld::tool::SHELL /bin/bash -
trunk/ICOSA_LMDZ/make_icosa_lmdz
r2912 r3226 227 227 if [[ -d ../ICOSAGCM ]] ; then 228 228 cd ../ICOSAGCM 229 # f or now compile using fcm1230 ./make_icosa - with_fcm1 -$compil_mode -parallel $parallel -external_ioipsl -with_xios -arch $arch -arch_path $arch_path -job $job $full_flag || exit 1229 # from now on, compile using fcm2 230 ./make_icosa -$compil_mode -parallel $parallel -external_ioipsl -with_xios -arch $arch -arch_path $arch_path -job $job $full_flag || exit 1 231 231 cd - 232 232 else -
trunk/ICOSA_LMDZ/src/phymars/interface_icosa_lmdz.f90
r2511 r3226 175 175 USE phys_state_var_init_mod, ONLY : phys_state_var_init 176 176 use comgeomfi_h, only: ini_fillgeom 177 use conf_phys_mod, only: conf_phys 177 178 178 179 USE netcdf
Note: See TracChangeset
for help on using the changeset viewer.