write_field_loc Module


Used by

  • module~~write_field_loc~~UsedByGraph module~write_field_loc write_field_loc proc~guide_main guide_main proc~guide_main->module~write_field_loc proc~caladvtrac_loc caladvtrac_loc proc~caladvtrac_loc->module~write_field_loc proc~groupe_loc groupe_loc proc~groupe_loc->module~write_field_loc module~guide_loc_mod guide_loc_mod module~guide_loc_mod->module~write_field_loc proc~vlspltgen_loc vlspltgen_loc proc~vlspltgen_loc->module~write_field_loc proc~call_calfis call_calfis proc~call_calfis->module~write_field_loc proc~dissip_loc dissip_loc proc~dissip_loc->module~write_field_loc proc~exner_hyb_loc exner_hyb_loc proc~exner_hyb_loc->module~write_field_loc proc~caldyn_loc caldyn_loc proc~caldyn_loc->module~write_field_loc proc~advtrac_loc advtrac_loc proc~advtrac_loc->module~write_field_loc proc~call_dissip call_dissip proc~call_dissip->module~write_field_loc proc~integrd_loc integrd_loc proc~integrd_loc->module~write_field_loc proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->module~write_field_loc proc~leapfrog_loc->module~guide_loc_mod proc~fluxstokenc_p fluxstokenc_p proc~fluxstokenc_p->module~write_field_loc proc~bilan_dyn_loc bilan_dyn_loc proc~bilan_dyn_loc->module~write_field_loc proc~advect_new_loc advect_new_loc proc~advect_new_loc->module~write_field_loc

Contents


Interfaces

public interface WriteField_u

  • public subroutine write_field1D_u(name, Field)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: name
    real, dimension(:) :: Field
  • public subroutine write_field2D_u(name, Field)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: name
    real, dimension(:,:) :: Field

public interface WriteField_v

  • public subroutine write_field1D_v(name, Field)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: name
    real, dimension(:) :: Field
  • public subroutine write_field2D_v(name, Field)

    Arguments

    Type IntentOptional Attributes Name
    character(len=*) :: name
    real, dimension(:,:) :: Field

Subroutines

public subroutine write_field1D_u(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:) :: Field

public subroutine write_field2D_u(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:,:) :: Field

public subroutine write_field_u_gen(name, Field, ll)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(ijb_u:ije_u,ll) :: Field
integer :: ll

public subroutine write_field1D_v(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:) :: Field

public subroutine write_field2D_v(name, Field)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(:,:) :: Field

public subroutine write_field_v_gen(name, Field, ll)

Arguments

Type IntentOptional Attributes Name
character(len=*) :: name
real, dimension(ijb_v:ije_v,ll) :: Field
integer :: ll