Ignore:
Timestamp:
Mar 19, 2024, 4:25:22 PM (2 months ago)
Author:
yann meurdesoif
Message:
  • move dynamic etat0 initialisation into driver via new etat0 plugin functionnality.
  • move computation of parameter for gravity wave in driver
  • add method of computation of gravity wave parameters similar of what is done currently by lmdz (legacy method)
  • add switch between legacy method (old) sso method in .def file ( param_gw_method = 'legacy' / 'sso' )
  • add corresponding XML files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ICOSA_LMDZ/src/wrapper.f90

    r4498 r4855  
     1SUBROUTINE pre_initialize_external_physics
     2  USE interface_icosa_lmdz_mod, ONLY: pre_initialize_physics
     3  IMPLICIT NONE
     4 
     5    CALL pre_initialize_physics 
     6
     7END SUBROUTINE pre_initialize_external_physics
     8
    19SUBROUTINE initialize_external_physics
    210  USE interface_icosa_lmdz_mod, ONLY: initialize_physics
Note: See TracChangeset for help on using the changeset viewer.