Ignore:
Timestamp:
Apr 22, 2016, 9:02:11 AM (10 years ago)
Author:
emillour
Message:

All models: Further adaptations to keep up with changes in LMDZ5 concerning
physics/dynamics separation:

  • dyn3d:
  • adapted gcm.F so that all physics initializations are now done in iniphysiq.
  • dyn3dpar:
  • adapted gcm.F so that all physics initializations are now done in iniphysiq.
  • updated calfis_p.F to follow up with changes.
  • copied over updated "bands.F90" from LMDZ5.
  • dynphy_lonlat:
  • calfis_p.F90, mod_interface_dyn_phys.F90, follow up of changes in phy_common/mod_* routines
  • phy_common:
  • added "geometry_mod.F90" to store information about the grid (replaces phy*/comgeomphy.F90) and give variables friendlier names: rlond => longitude , rlatd => latitude, airephy => cell_area, cuphy => dx , cvphy => dy
  • added "physics_distribution_mod.F90"
  • updated "mod_grid_phy_lmdz.F90", "mod_phys_lmdz_mpi_data.F90", "mod_phys_lmdz_para.F90", "mod_phys_lmdz_mpi_transfert.F90", "mod_grid_phy_lmdz.F90", "mod_phys_lmdz_omp_data.F90", "mod_phys_lmdz_omp_transfert.F90", "write_field_phy.F90" and "ioipsl_getin_p_mod.F90" to LMDZ5 versions.
  • phy[venus/titan/mars/std]:
  • removed "init_phys_lmdz.F90", "comgeomphy.F90"; adapted routines to use geometry_mod (longitude, latitude, cell_area, etc.)

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/dyn3d/gcm.F

    r1523 r1543  
    77      use filtreg_mod, only: inifilr
    88!      use comgeomphy, only: initcomgeomphy
     9      USE mod_const_mpi, ONLY: COMM_LMDZ
    910      USE comvert_mod, ONLY: ap,bp
    1011      USE comconst_mod, ONLY: daysec,dtvr,dtphys,dtdiss,rad,g,r,cpp
     
    160161c-----------------------------------------------------------------------
    161162      CALL defrun_new( 99, .TRUE. )
    162 
    163 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    164 ! FH 2008/05/02
    165 ! A nettoyer. On ne veut qu'une ou deux routines d'interface
    166 ! dynamique -> physique pour l'initialisation
    167 !#ifdef CPP_PHYS
    168       CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/))
    169 !      call initcomgeomphy ! now done in iniphysiq
    170 !#endif
    171 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    172163
    173164! Initialize tracers
     
    254245!#ifdef CPP_PHYS
    255246!         CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys/nsplit_phys,
    256          CALL iniphysiq(iim,jjm,llm,daysec,day_ini,dtphys,
     247         CALL iniphysiq(iim,jjm,llm,
     248     &                  (jjm-1)*iim+2,comm_lmdz,
     249     &                  daysec,day_ini,dtphys,
    257250     &                  rlatu,rlatv,rlonu,rlonv,
    258251     &                  aire,cu,cv,rad,g,r,cpp,
Note: See TracChangeset for help on using the changeset viewer.